|
61 | 61 | --color-secondary-hover: var(--color-secondary-dark-3);
|
62 | 62 | --color-secondary-active: var(--color-secondary-dark-2);
|
63 | 63 | /* console colors - used for actions console and console files */
|
64 |
| - --color-console-fg: #ced4da; |
65 |
| - --color-console-fg-subtle: #7f8488; |
| 64 | + --color-console-fg: #d9dde2; |
| 65 | + --color-console-fg-subtle: #95989c; |
66 | 66 | --color-console-bg: #1c2023;
|
67 | 67 | --color-console-border: #272b2e;
|
68 | 68 | --color-console-hover-bg: #ffffff16;
|
|
184 | 184 | --color-box-header: #202427;
|
185 | 185 | --color-box-body: #191d20;
|
186 | 186 | --color-box-body-highlight: #1d2124;
|
187 |
| - --color-text-dark: #c4cace; |
188 |
| - --color-text: #babfc3; |
189 |
| - --color-text-light: #a8acb0; |
190 |
| - --color-text-light-1: #9ca0a5; |
191 |
| - --color-text-light-2: #8f9397; |
192 |
| - --color-text-light-3: #828689; |
193 |
| - --color-footer: #1b1f22; |
| 187 | + --color-text-dark: #f8f8f9; |
| 188 | + --color-text: #ced2d5; |
| 189 | + --color-text-light: #bec4c8; |
| 190 | + --color-text-light-1: #acb3b8; |
| 191 | + --color-text-light-2: #8d969c; |
| 192 | + --color-text-light-3: #747f87; |
| 193 | + --color-footer: var(--color-nav-bg); |
194 | 194 | --color-timeline: #383c3f;
|
195 |
| - --color-input-text: #c7ccd1; |
| 195 | + --color-input-text: var(--color-text-dark); |
196 | 196 | --color-input-background: #161a1d;
|
197 | 197 | --color-input-toggle-background: #313538;
|
198 | 198 | --color-input-border: var(--color-secondary);
|
|
213 | 213 | --color-shadow: #00000058;
|
214 | 214 | --color-secondary-bg: #2f3135;
|
215 | 215 | --color-expand-button: #414348;
|
216 |
| - --color-placeholder-text: #777b7f; |
| 216 | + --color-placeholder-text: var(--color-text-light-3); |
217 | 217 | --color-editor-line-highlight: var(--color-primary-light-5);
|
218 | 218 | --color-project-board-bg: var(--color-secondary-light-2);
|
219 | 219 | --color-project-board-dark-label: #111111;
|
|
227 | 227 | --color-nav-bg: #1b1f22;
|
228 | 228 | --color-nav-hover-bg: #272b2e;
|
229 | 229 | --color-nav-text: var(--color-text);
|
230 |
| - --color-label-text: #ced2d7; |
| 230 | + --color-label-text: var(--color-text); |
231 | 231 | --color-label-bg: #7a7f834b;
|
232 | 232 | --color-label-hover-bg: #7a7f83a0;
|
233 | 233 | --color-label-active-bg: #7a7f83ff;
|
|
0 commit comments