|
21 | 21 | /* 文字层级 */ |
22 | 22 | --text-primary: #ccc; |
23 | 23 | --text-title: #ddd; |
24 | | - --text-secondary: #aaa; |
25 | | - --text-tertiary: #888; |
26 | | - --text-muted: #666; |
27 | | - --text-placeholder: #555; |
28 | | - --text-disabled: #444; |
| 24 | + --text-secondary: #bbb; |
| 25 | + --text-tertiary: #999; |
| 26 | + --text-muted: #777; |
| 27 | + --text-placeholder: #777; |
| 28 | + --text-disabled: #666; |
29 | 29 | --text-inverse: #111; |
30 | 30 | --text-white: #fff; |
31 | 31 |
|
|
67 | 67 | --diff-hunk-header: #888; |
68 | 68 |
|
69 | 69 | /* 语义标签 */ |
70 | | - --tag-decision-bg: #2a1a10; |
71 | | - --tag-decision-text: #ce9178; |
72 | | - --tag-action-bg: #1a2a1a; |
73 | | - --tag-action-text: #6a9955; |
74 | | - --tag-info-bg: #1a1a3a; |
75 | | - --tag-info-text: var(--accent-primary); |
76 | | - --tag-mcp-bg: #2a1a2a; |
77 | | - --tag-mcp-text: #c586c0; |
| 70 | + --tag-decision-bg: #3a2010; |
| 71 | + --tag-decision-text: #ff9f6b; |
| 72 | + --tag-action-bg: #1a3a1a; |
| 73 | + --tag-action-text: #7ee787; |
| 74 | + --tag-info-bg: #1a2a4a; |
| 75 | + --tag-info-text: #4fc3f7; |
| 76 | + --tag-mcp-bg: #3a1a3a; |
| 77 | + --tag-mcp-text: #f48fb1; |
78 | 78 |
|
79 | 79 | /* 遮罩层 */ |
80 | 80 | --overlay-bg: rgba(0, 0, 0, 0.5); |
|
108 | 108 | --text-secondary: #444; |
109 | 109 | --text-tertiary: #666; |
110 | 110 | --text-muted: #888; |
111 | | - --text-placeholder: #aaa; |
112 | | - --text-disabled: #bbb; |
| 111 | + --text-placeholder: #888; |
| 112 | + --text-disabled: #777; |
113 | 113 | --text-inverse: #fff; |
114 | 114 | --text-white: #fff; |
115 | 115 |
|
|
149 | 149 |
|
150 | 150 | /* 语义标签 */ |
151 | 151 | --tag-decision-bg: #fff3e0; |
152 | | - --tag-decision-text: #e65100; |
| 152 | + --tag-decision-text: #ea580c; |
153 | 153 | --tag-action-bg: #e8f5e9; |
154 | | - --tag-action-text: #2e7d32; |
| 154 | + --tag-action-text: #16a34a; |
155 | 155 | --tag-info-bg: #e3f2fd; |
156 | | - --tag-info-text: var(--accent-primary); |
| 156 | + --tag-info-text: #0284c7; |
157 | 157 | --tag-mcp-bg: #f3e5f5; |
158 | | - --tag-mcp-text: #7b1fa2; |
| 158 | + --tag-mcp-text: #9333ea; |
159 | 159 |
|
160 | 160 | /* 遮罩层 */ |
161 | 161 | --overlay-bg: rgba(0, 0, 0, 0.35); |
|
189 | 189 | --text-secondary: #4a4840; |
190 | 190 | --text-tertiary: #5c5a55; |
191 | 191 | --text-muted: #7a7872; |
192 | | - --text-placeholder: #999790; |
193 | | - --text-disabled: #b5b3ad; |
| 192 | + --text-placeholder: #8a8880; |
| 193 | + --text-disabled: #6a6860; |
194 | 194 | --text-inverse: #fff; |
195 | 195 | --text-white: #fff; |
196 | 196 |
|
|
230 | 230 |
|
231 | 231 | /* 语义标签 */ |
232 | 232 | --tag-decision-bg: #f0e6d8; |
233 | | - --tag-decision-text: #8b4513; |
| 233 | + --tag-decision-text: #c2410c; |
234 | 234 | --tag-action-bg: #e0ece3; |
235 | | - --tag-action-text: #2d6a3d; |
| 235 | + --tag-action-text: #15803d; |
236 | 236 | --tag-info-bg: #d4e6f1; |
237 | | - --tag-info-text: var(--accent-primary); |
| 237 | + --tag-info-text: #0369a1; |
238 | 238 | --tag-mcp-bg: #e8dde8; |
239 | | - --tag-mcp-text: #6a1b6a; |
| 239 | + --tag-mcp-text: #7c3aed; |
240 | 240 |
|
241 | 241 | /* 遮罩层 */ |
242 | 242 | --overlay-bg: rgba(0, 0, 0, 0.35); |
|
0 commit comments