- Added a `tool_output` color to the `Theme` struct. - Updated all built-in themes to include the new color. - Modified the TUI to use the `tool_output` color for rendering tool output.
25 lines
631 B
TOML
25 lines
631 B
TOML
name = "solarized"
|
|
text = "#839496"
|
|
background = "#002b36"
|
|
focused_panel_border = "#268bd2"
|
|
unfocused_panel_border = "#073642"
|
|
user_message_role = "#2aa198"
|
|
assistant_message_role = "#cb4b16"
|
|
tool_output = "#657b83"
|
|
thinking_panel_title = "#6c71c4"
|
|
command_bar_background = "#073642"
|
|
status_background = "#073642"
|
|
mode_normal = "#268bd2"
|
|
mode_editing = "#859900"
|
|
mode_model_selection = "#b58900"
|
|
mode_provider_selection = "#2aa198"
|
|
mode_help = "#6c71c4"
|
|
mode_visual = "#d33682"
|
|
mode_command = "#b58900"
|
|
selection_bg = "#073642"
|
|
selection_fg = "#93a1a1"
|
|
cursor = "#d33682"
|
|
placeholder = "#586e75"
|
|
error = "#dc322f"
|
|
info = "#859900"
|