feat(dashboard): add Catppuccin Latte light theme with auto-detection#187
Open
chrisands wants to merge 1 commit intosantifer:mainfrom
Open
feat(dashboard): add Catppuccin Latte light theme with auto-detection#187chrisands wants to merge 1 commit intosantifer:mainfrom
chrisands wants to merge 1 commit intosantifer:mainfrom
Conversation
Detect terminal background at startup and select Mocha (dark) or Latte (light) theme automatically. Store the theme once in appModel to avoid re-detecting inside the alt-screen where termenv returns wrong results. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
johnrommeloctaviano
approved these changes
Apr 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #186.
Summary
Adds a Catppuccin Latte palette to the dashboard and auto-detects the terminal background at startup so light-theme users get a readable TUI.
newCatppuccinLatte()palette (Catppuccin Latte colors).theme.NewThemenow acceptscatppuccin-latte,catppuccin-mocha, andauto(default).autousestermenv.HasDarkBackground().main()before entering the alt-screen (termenv returns wrong results inside the alt-screen) and is stored onappModel, so subsequent screen constructions reuse the sameThemeinstead of re-detecting.github.com/muesli/termenvpromoted from indirect to direct ingo.mod.Test plan
go build ./...indashboard/catppuccin-lattetheme → dashboard renders in Latte palette (header/footer/body readable)NewTheme("catppuccin-mocha")/NewTheme("catppuccin-latte")still work as explicit overrides🤖 Generated with Claude Code