Some checks failed
ci/someci/tag/woodpecker/5 Pipeline is pending
ci/someci/tag/woodpecker/6 Pipeline is pending
ci/someci/tag/woodpecker/7 Pipeline is pending
ci/someci/tag/woodpecker/1 Pipeline failed
ci/someci/tag/woodpecker/2 Pipeline failed
ci/someci/tag/woodpecker/3 Pipeline failed
ci/someci/tag/woodpecker/4 Pipeline failed
- Introduce multiple built-in themes (`default_dark`, `default_light`, `gruvbox`, `dracula`, `solarized`, `midnight-ocean`, `rose-pine`, `monokai`, `material-dark`, `material-light`). - Implement theming system with customizable color schemes for all UI components in the TUI. - Include documentation for themes in `themes/README.md`. - Add fallback mechanisms for default themes in case of parsing errors. - Support custom themes with overrides via configuration.
23 lines
611 B
TOML
23 lines
611 B
TOML
name = "material-light"
|
|
text = "#212121"
|
|
background = "#eceff1"
|
|
focused_panel_border = "#009688"
|
|
unfocused_panel_border = "#b0bec5"
|
|
user_message_role = "#448aff"
|
|
assistant_message_role = "#7c4dff"
|
|
thinking_panel_title = "#f57c00"
|
|
command_bar_background = "#ffffff"
|
|
status_background = "#ffffff"
|
|
mode_normal = "#448aff"
|
|
mode_editing = "#388e3c"
|
|
mode_model_selection = "#f57c00"
|
|
mode_provider_selection = "#009688"
|
|
mode_help = "#7c4dff"
|
|
mode_visual = "#d32f2f"
|
|
mode_command = "#f57c00"
|
|
selection_bg = "#b0bec5"
|
|
selection_fg = "#212121"
|
|
cursor = "#c2185b"
|
|
placeholder = "#90a4ae"
|
|
error = "#d32f2f"
|
|
info = "#388e3c" |