- 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
636 B
TOML
25 lines
636 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"
|
|
tool_output = "#90a4ae"
|
|
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"
|