[PR #59] fix: use fixed colors for claw mascot eyes #60

Open
opened 2026-02-15 17:17:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/openclaw.ai/pull/59
Author: @Dodolist
Created: 2/13/2026
Status: 🔄 Open

Base: mainHead: fix/claw-eyes-light-mode


📝 Commits (1)

  • b312b42 fix: use fixed colors for claw mascot eyes

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 src/pages/index.astro (+4 -4)

📄 Description

Summary

  • Fix claw mascot eyes being invisible in light mode
  • Replace theme-dependent CSS variables with fixed colors

Changes

  • var(--bg-deep)#050810 (eye background)
  • var(--cyan-bright)#00e5cc (eye glow/pupil)

Fixes: #60

Before / After

Before After
image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/openclaw.ai/pull/59 **Author:** [@Dodolist](https://github.com/Dodolist) **Created:** 2/13/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/claw-eyes-light-mode` --- ### 📝 Commits (1) - [`b312b42`](https://github.com/openclaw/openclaw.ai/commit/b312b42281894b9a0133d172a0292b2f28b5cfae) fix: use fixed colors for claw mascot eyes ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/pages/index.astro` (+4 -4) </details> ### 📄 Description ## Summary - Fix claw mascot eyes being invisible in light mode - Replace theme-dependent CSS variables with fixed colors ## Changes - `var(--bg-deep)` → `#050810` (eye background) - `var(--cyan-bright)` → `#00e5cc` (eye glow/pupil) Fixes: #60 ## Before / After | Before | After | |--------|-------| | <img width="129" height="120" alt="image" src="https://github.com/user-attachments/assets/13981f46-6f51-46f5-8cc6-88f1602b3dfe" /> | <img width="122" height="124" alt="image" src="https://github.com/user-attachments/assets/c00e2b18-a46b-42a3-9bfd-3a3338150af9" /> | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/openclaw.ai#60