feat: add bubbletint library, theme picker modal, and custom themes support - #2
Open
Raina-Hardik wants to merge 6 commits into
Open
feat: add bubbletint library, theme picker modal, and custom themes support#2Raina-Hardik wants to merge 6 commits into
Raina-Hardik wants to merge 6 commits into
Conversation
Owner
|
Thanks for your contribution to this project! Peace |
parsaenami
requested changes
Aug 24, 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.
Summary
Integrates
github.com/lrstanley/bubbletint/v2into taskii, providing an interactive fuzzy-search theme browser with 340+ themes, bidirectional curated cycling, adaptive palette conversions, and extensible custom theme loading.Key Changes
Interactive Theme Browser (
alt+t):↑/↓(orctrl+p/ctrl+n) navigates items with instant live-preview across the entire dashboard.Enterconfirms and persists the selected theme todata/settings.json.Esc/ctrl+ccancels and restores the original theme.★ curated(gold/accent),⚙ tint(muted/accent), and✦ custom(green/accent).Curated Quick Cycling:
tcycles forward through the 7 curated core themes (Ember,Tokyo Night,Dracula,Nord,Light,Monokai,Everforest).Tcycles backward through the curated themes.Adaptive Tint Conversion (
tintToTheme):Bg<PaneBg<Panel<Border), calculating contrast-awareAppTitleFgand generating a 5-step monotonicHeatmapRamp.Extensible Custom Themes:
.jsonand.jsonlfiles across cross-platform XDG config/data directories viagithub.com/adrg/xdg($XDG_CONFIG_HOME/taskii/themes/,~/Library/Application Support/taskii/themes/,%AppData%\taskii\themes\) and project-localdata/themes/.Themeobjects and standard terminal/BubbletintTintobjects.Documentation & Tests:
README.mdandAGENTS.mdwith keybindings, directories, and example JSON snippets.