Skip to content

Add light theme for light terminal backgrounds#1

Merged
alexrios merged 1 commit into
masterfrom
add-light-theme
Mar 4, 2026
Merged

Add light theme for light terminal backgrounds#1
alexrios merged 1 commit into
masterfrom
add-light-theme

Conversation

@alexrios

@alexrios alexrios commented Mar 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add a fourth color theme (light) with high-contrast colors designed for light terminal backgrounds
  • Fix hardcoded #FAFAFA foreground in errorMessageStyle to use the theme's StatusKeyFg, so it adapts per theme
  • Update theme cycle: default → nord → dracula → light → default
  • Add VHS tape and demo GIF for the light theme
  • Update README documentation and config table

Test plan

  • mise run test — all tests pass
  • mise run build && bin/goenv — launch, press t to cycle through all 4 themes
  • Visually confirm light theme is readable on a light terminal background

Add a fourth color theme using high-contrast colors (blue, violet, gray
tones) designed for users with light terminal backgrounds. The existing
three themes all target dark backgrounds, leaving light terminal users
with poor contrast.

- Add LightTheme() with Tailwind-inspired color palette
- Fix hardcoded #FAFAFA in errorMessageStyle to use theme color
- Update theme cycle: default → nord → dracula → light → default
- Add VHS tape and demo GIF for the light theme
- Update README with light theme documentation
@alexrios alexrios merged commit 200ebe6 into master Mar 4, 2026
1 check passed
@alexrios alexrios deleted the add-light-theme branch March 4, 2026 00:12
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.

1 participant