- 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
617 B
TOML
25 lines
617 B
TOML
name = "default_light"
|
|
text = "black"
|
|
background = "white"
|
|
focused_panel_border = "#4a90e2"
|
|
unfocused_panel_border = "#dddddd"
|
|
user_message_role = "#0055a4"
|
|
assistant_message_role = "#8e44ad"
|
|
tool_output = "gray"
|
|
thinking_panel_title = "#8e44ad"
|
|
command_bar_background = "white"
|
|
status_background = "white"
|
|
mode_normal = "#0055a4"
|
|
mode_editing = "#2e8b57"
|
|
mode_model_selection = "#b58900"
|
|
mode_provider_selection = "#008b8b"
|
|
mode_help = "#8e44ad"
|
|
mode_visual = "#8e44ad"
|
|
mode_command = "#b58900"
|
|
selection_bg = "#a4c8f0"
|
|
selection_fg = "black"
|
|
cursor = "#d95f02"
|
|
placeholder = "gray"
|
|
error = "#c0392b"
|
|
info = "green"
|