Skip to content

fix(ui): replace dark green colors with standard theme colors#285

Merged
echobt merged 1 commit intomasterfrom
fix/replace-dark-green-with-standard-colors
Jan 27, 2026
Merged

fix(ui): replace dark green colors with standard theme colors#285
echobt merged 1 commit intomasterfrom
fix/replace-dark-green-with-standard-colors

Conversation

@echobt
Copy link
Contributor

@echobt echobt commented Jan 27, 2026

Summary

Replace dark green colors with the standard theme colors from the existing palette.

Changes

  • styled_output.rs (light theme):

    • SUCCESS: #009664#00967D (standard teal from colors.rs)
    • ERROR: #B42828#D93D3D (standard darker red)
    • WARNING: #B47800#C99A2E (standard darker amber)
  • renderer.rs (hints):

    • Replaced hard-coded dark green Color::Rgb(0, 100, 0) with TEXT_DIM from the standard palette

Motivation

Align with the established color palette in cortex-core/style.rs and cortex-tui/ui/colors.rs for better consistency across the UI.

- 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.
@echobt echobt merged commit 18de66e into master Jan 27, 2026
2 of 3 checks passed
@echobt echobt deleted the fix/replace-dark-green-with-standard-colors branch January 27, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants