- 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
612 B
TOML
24 lines
612 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"
|
|
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"
|