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.
24 lines
612 B
TOML
24 lines
612 B
TOML
name = "midnight-ocean"
|
|
text = "#c0caf5"
|
|
background = "#0d1117"
|
|
focused_panel_border = "#58a6ff"
|
|
unfocused_panel_border = "#30363d"
|
|
user_message_role = "#79c0ff"
|
|
assistant_message_role = "#89ddff"
|
|
thinking_panel_title = "#9ece6a"
|
|
command_bar_background = "#161b22"
|
|
status_background = "#161b22"
|
|
mode_normal = "#79c0ff"
|
|
mode_editing = "#9ece6a"
|
|
mode_model_selection = "#ffd43b"
|
|
mode_provider_selection = "#89ddff"
|
|
mode_help = "#ff739d"
|
|
mode_visual = "#f68cf5"
|
|
mode_command = "#ffd43b"
|
|
selection_bg = "#388bfd"
|
|
selection_fg = "#0d1117"
|
|
cursor = "#f68cf5"
|
|
placeholder = "#6e7681"
|
|
error = "#f85149"
|
|
info = "#9ece6a"
|