Files
owlen/themes/default_dark.toml
vikingowl 3f6d7d56f6 feat(ui): add glass modals and theme preview
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
2025-10-24 02:54:19 +02:00

31 lines
818 B
TOML

name = "default_dark"
text = "#e2e8f0"
background = "#020617"
focused_panel_border = "#7dd3fc"
unfocused_panel_border = "#1e293b"
user_message_role = "#38bdf8"
assistant_message_role = "#fbbf24"
tool_output = "#94a3b8"
thinking_panel_title = "#a855f7"
command_bar_background = "#0f172a"
status_background = "#111827"
mode_normal = "#38bdf8"
mode_editing = "#34d399"
mode_model_selection = "#fbbf24"
mode_provider_selection = "#22d3ee"
mode_help = "#a855f7"
mode_visual = "#f472b6"
mode_command = "#facc15"
selection_bg = "#1d4ed8"
selection_fg = "#f8fafc"
cursor = "#f472b6"
code_block_background = "#111827"
code_block_border = "#2563eb"
code_block_text = "#e2e8f0"
code_block_keyword = "#fbbf24"
code_block_string = "#34d399"
code_block_comment = "#64748b"
placeholder = "#64748b"
error = "#f87171"
info = "#38bdf8"