- 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
635 B
TOML
25 lines
635 B
TOML
name = "material-dark"
|
|
text = "#eeffff"
|
|
background = "#263238"
|
|
focused_panel_border = "#80cbc4"
|
|
unfocused_panel_border = "#546e7a"
|
|
user_message_role = "#82aaff"
|
|
assistant_message_role = "#c792ea"
|
|
tool_output = "#546e7a"
|
|
thinking_panel_title = "#ffcb6b"
|
|
command_bar_background = "#212b30"
|
|
status_background = "#212b30"
|
|
mode_normal = "#82aaff"
|
|
mode_editing = "#c3e88d"
|
|
mode_model_selection = "#ffcb6b"
|
|
mode_provider_selection = "#80cbc4"
|
|
mode_help = "#c792ea"
|
|
mode_visual = "#f07178"
|
|
mode_command = "#ffcb6b"
|
|
selection_bg = "#546e7a"
|
|
selection_fg = "#eeffff"
|
|
cursor = "#ffcc00"
|
|
placeholder = "#546e7a"
|
|
error = "#f07178"
|
|
info = "#c3e88d"
|