| 1 | { |
| 2 | "main_window" { "background": "#03060E" }, |
| 3 | "menu" { "background": "#080F1C", "foreground": "#E8F8FF" }, |
| 4 | "button" { |
| 5 | "background" "#152042", |
| 6 | "foreground" "#E8F0FF", |
| 7 | "border_brush" "#00C8E8", |
| 8 | "hover_background" "#1E2D5C", |
| 9 | "disabled_background" "#0E1428", |
| 10 | "disabled_foreground" "#5A6A8A" |
| 11 | }, |
| 12 | "toolbar" { "background": "#060C18" }, |
| 13 | "toolbar_text" { "foreground": "#C4E8FF", "error_foreground": "#FF7A9A" }, |
| 14 | "editor" { |
| 15 | "background" "#040814", |
| 16 | "foreground" "#EAF2FF", |
| 17 | "selection_brush" "#6600C8E8", |
| 18 | "selection_foreground" "#F0FAFF" |
| 19 | }, |
| 20 | "editor_column" { |
| 21 | "border_brush" "#00A8CC", |
| 22 | "background" "#070E1C", |
| 23 | "current_file_foreground" "#7AE0FF" |
| 24 | }, |
| 25 | "workspace_layout" { "border_brush": "#00C8E8" }, |
| 26 | "markdown_preview_panel" { "background": "#0C1428", "border_brush": "#00A8CC" }, |
| 27 | "solution_explorer" { "border_brush": "#00A8CC", "header_foreground": "#C8E8FF" }, |
| 28 | "panel_chrome" { |
| 29 | "title_foreground" "#C8E8FF", |
| 30 | "accent_brush" "#00E5FF", |
| 31 | "header_background" "#0C1628", |
| 32 | "header_separator" "#1A4A6A", |
| 33 | "menu_glyph_foreground" "#5A8AA8" |
| 34 | }, |
| 35 | "build_output" { |
| 36 | "background" "#080E1C", |
| 37 | "foreground" "#D9E6FF", |
| 38 | "border_brush" "#35539D" |
| 39 | }, |
| 40 | "chat_panel" { |
| 41 | "background" "#050A12", |
| 42 | "label_foreground" "#8AE8FF", |
| 43 | "message_bubble_background" "#0C1628", |
| 44 | "message_content_foreground" "#F2F8FF", |
| 45 | "send_button_background" "#8A4DFF", |
| 46 | "send_button_foreground" "#FFFFFF" |
| 47 | }, |
| 48 | "terminal" { |
| 49 | "background" "#040810", |
| 50 | "foreground" "#B8DEFF", |
| 51 | "input_background" "#0E1A38" |
| 52 | }, |
| 53 | "mcp_banner" { "background": "#102050", "foreground": "#7AE0FF" }, |
| 54 | "preview_window" { "background": "#0C1428" }, |
| 55 | "power_cockpit" { |
| 56 | "neon_border" "#00F0FF", |
| 57 | "neon_accent" "#E090FF", |
| 58 | "panel_background" "#070E18", |
| 59 | "safety_dock_background" "#020814", |
| 60 | "workspace_health_strip_background" "#040A14", |
| 61 | "safety_observe" "#1A5088", |
| 62 | "safety_confirm" "#9A7818", |
| 63 | "safety_autonomous" "#6230B0", |
| 64 | "emergency" "#FF3355" |
| 65 | } |
| 66 | } |
| 67 | |