- Standardize array and vector formatting for clarity. - Adjust spacing and indentation in examples and TUI code. - Ensure proper newline usage across files (e.g., LICENSE, TOML files, etc.). - Simplify `.to_string()` and `.ok()` calls for brevity.
24 lines
596 B
TOML
24 lines
596 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"
|
|
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"
|