style(theme): 清理写死的蓝/橙十六进制色,改用主题变量 - #2115
Open
HUF457 wants to merge 1 commit into
Open
Conversation
…f-review P1 fixes from the post-implementation review pass: - compact floating view PRO/ULTRA badges drop solid #1d4ed8/#f97316 fills for the shared --plan-* tokens (was the last solid-color plan badge surface) - batch-import progress fill and toggle, close-dialog minimize icon, codex local-access picker icon / range tab / dark inline-info now use var(--primary) + color-mix instead of #2563eb/#3b82f6/#1d4ed8/#93c5fd - rocket click-count badge and missing-version dot use warning tokens - codex local-access cost/latency stat colors use --success/--warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
若干界面元素写死了蓝/橙十六进制色(
#1d4ed8/#f97316/#2563eb/#3b82f6/#93c5fd等),不跟随主题变量体系:改法
统一改用已有的主题变量:计划徽章走共享的
--plan-*token,蓝系装饰走var(--primary)+color-mix,提醒/状态色走--warning/--success。浅、深两种模式下视觉与原先一致,但从此跟随主题设置。共 5 个 CSS 文件,+22 / −25 行,纯颜色变量替换,无布局改动。
验证