AC:\n- Theme, help, command, and model modals share the glass chrome.\n- Theme selector shows a live preview for the highlighted palette.\n- Updated docs and screenshots explain the refreshed cockpit.\n\nTests:\n- cargo test -p owlen-tui
31 lines
819 B
TOML
31 lines
819 B
TOML
name = "default_light"
|
|
text = "#0f172a"
|
|
background = "#f8fafc"
|
|
focused_panel_border = "#2563eb"
|
|
unfocused_panel_border = "#c7d2fe"
|
|
user_message_role = "#2563eb"
|
|
assistant_message_role = "#9333ea"
|
|
tool_output = "#64748b"
|
|
thinking_panel_title = "#7c3aed"
|
|
command_bar_background = "#e2e8f0"
|
|
status_background = "#e0e7ff"
|
|
mode_normal = "#2563eb"
|
|
mode_editing = "#0ea5e9"
|
|
mode_model_selection = "#facc15"
|
|
mode_provider_selection = "#0ea5e9"
|
|
mode_help = "#7c3aed"
|
|
mode_visual = "#7c3aed"
|
|
mode_command = "#f97316"
|
|
selection_bg = "#bfdbfe"
|
|
selection_fg = "#0f172a"
|
|
cursor = "#f97316"
|
|
code_block_background = "#e2e8f0"
|
|
code_block_border = "#2563eb"
|
|
code_block_text = "#0f172a"
|
|
code_block_keyword = "#b45309"
|
|
code_block_string = "#15803d"
|
|
code_block_comment = "#94a3b8"
|
|
placeholder = "#64748b"
|
|
error = "#dc2626"
|
|
info = "#2563eb"
|