Commit 18de66e
fix(ui): replace dark green colors with standard theme colors (#285)
- Update light theme SUCCESS color from #009664 to #00967D (standard teal)
- Update light theme ERROR color from #B42828 to #D93D3D (standard darker red)
- Update light theme WARNING color from #B47800 to #C99A2E (standard darker amber)
- Replace dark green hints color in renderer with TEXT_DIM (#829AB1)
These changes align with the established color palette in cortex-core/style.rs
and cortex-tui/ui/colors.rs for better consistency across the UI.
Co-authored-by: Droid Agent <droid@factory.ai>1 parent 1868c8c commit 18de66e
File tree
2 files changed
+11
-10
lines changed- cortex-cli/src
- cortex-tui/src/interactive
2 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | | - | |
| 358 | + | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
| 508 | + | |
508 | 509 | | |
509 | 510 | | |
510 | 511 | | |
| |||
513 | 514 | | |
514 | 515 | | |
515 | 516 | | |
516 | | - | |
| 517 | + | |
517 | 518 | | |
518 | 519 | | |
519 | 520 | | |
520 | | - | |
| 521 | + | |
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
| |||
0 commit comments