- 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
629 B
TOML
25 lines
629 B
TOML
name = "monokai"
|
|
text = "#f8f8f2"
|
|
background = "#272822"
|
|
focused_panel_border = "#f92672"
|
|
unfocused_panel_border = "#75715e"
|
|
user_message_role = "#66d9ef"
|
|
assistant_message_role = "#ae81ff"
|
|
tool_output = "#75715e"
|
|
thinking_panel_title = "#e6db74"
|
|
command_bar_background = "#272822"
|
|
status_background = "#272822"
|
|
mode_normal = "#66d9ef"
|
|
mode_editing = "#a6e22e"
|
|
mode_model_selection = "#e6db74"
|
|
mode_provider_selection = "#66d9ef"
|
|
mode_help = "#ae81ff"
|
|
mode_visual = "#f92672"
|
|
mode_command = "#e6db74"
|
|
selection_bg = "#75715e"
|
|
selection_fg = "#f8f8f2"
|
|
cursor = "#f92672"
|
|
placeholder = "#75715e"
|
|
error = "#f92672"
|
|
info = "#a6e22e"
|