- 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
649 B
TOML
25 lines
649 B
TOML
name = "default_dark"
|
|
text = "white"
|
|
background = "black"
|
|
focused_panel_border = "lightmagenta"
|
|
unfocused_panel_border = "#5f1487"
|
|
user_message_role = "lightblue"
|
|
assistant_message_role = "yellow"
|
|
tool_output = "gray"
|
|
thinking_panel_title = "lightmagenta"
|
|
command_bar_background = "black"
|
|
status_background = "black"
|
|
mode_normal = "lightblue"
|
|
mode_editing = "lightgreen"
|
|
mode_model_selection = "lightyellow"
|
|
mode_provider_selection = "lightcyan"
|
|
mode_help = "lightmagenta"
|
|
mode_visual = "magenta"
|
|
mode_command = "yellow"
|
|
selection_bg = "lightblue"
|
|
selection_fg = "black"
|
|
cursor = "magenta"
|
|
placeholder = "darkgray"
|
|
error = "red"
|
|
info = "lightgreen"
|