feat(theme): use a neutral light palette - #939
Conversation
The green accent competed with character artwork. Use warm white surfaces and graphite emphasis in shared light colors. Interface hierarchy relies on neutral contrast while media retains its colors.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #939 +/- ##
=======================================
Coverage 91.27% 91.27%
=======================================
Files 193 193
Lines 13204 13204
=======================================
Hits 12052 12052
Misses 1152 1152
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Reviewed the complete fixed diff a4f125e6d5d5493c526f168f4e54cf550be8395d...b36c1555efad69e9bafd5ab4761fa575eca51fba. The change is limited to shared light-palette CSS tokens in frontend/src/index.css; consumers retain their semantic token contracts, and the updated text/accent values preserve the intended contrast relationships. GitHub CI checks pass, including frontend checks, lint/test, build, and formatting-related validation. No actionable correctness, compatibility, performance, or security issues found.
Local reproduction was unavailable because this checkout has no installed frontend/node_modules (the package script reported vitest: Permission denied before test execution).
浅色界面的深绿强调改为石墨灰,统一暖白背景、中性文字与选中态。
Why
原来的深绿强调过于抢眼,与素材竞争视觉注意力。
Changes
只调整共享颜色令牌,不改布局和素材。
Verification
vite build、格式检查通过;本地 UI 已验收。Closes #938