Skip to content

Support light terminal themes#67

Merged
rgwood merged 1 commit intomasterfrom
light-theme-support
Jan 11, 2026
Merged

Support light terminal themes#67
rgwood merged 1 commit intomasterfrom
light-theme-support

Conversation

@rgwood
Copy link
Copy Markdown
Owner

@rgwood rgwood commented Jan 11, 2026

Summary

  • Detect terminal background color at startup using the terminal-light crate
  • Select appropriate color palettes based on detected theme
  • Dark terminals get the original colors (Cyan, LightGreen, Gray)
  • Light terminals get readable alternatives (Blue, Green, DarkGray)

Fixes #59

image

@rgwood rgwood force-pushed the light-theme-support branch from 0d73171 to 1a5cfd8 Compare January 11, 2026 17:10
Detect terminal background color at startup using the terminal-light
crate and select appropriate color palettes. Dark terminals get the
original colors (Cyan, LightGreen, Gray), light terminals get readable
alternatives (Blue, Green, DarkGray).

Fixes #59

Co-Authored-By: Claude Opus 4.5 <[email protected]>

fmt+clippy
@rgwood rgwood force-pushed the light-theme-support branch from 1a5cfd8 to 4799af0 Compare January 11, 2026 17:10
@rgwood rgwood merged commit 7c4015f into master Jan 11, 2026
1 check passed
@rgwood rgwood mentioned this pull request Jan 11, 2026
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.

Support for light themes

1 participant