| 1 | { |
| 2 | "main_window" { "background": "#1E1E1E" }, |
| 3 | "menu" { "background": "#252526", "foreground": "#CCCCCC" }, |
| 4 | "button" { |
| 5 | "background" "#3C3C3C", |
| 6 | "foreground" "#CCCCCC", |
| 7 | "border_brush" "#555", |
| 8 | "hover_background" "#505050", |
| 9 | "disabled_background" "#2D2D2D", |
| 10 | "disabled_foreground" "#858585" |
| 11 | }, |
| 12 | "toolbar" { "background": "#1E1E1E" }, |
| 13 | "toolbar_text" { "foreground": "#CCCCCC", "error_foreground": "#F48771" }, |
| 14 | "editor" { |
| 15 | "background" "#1E1E1E", |
| 16 | "foreground" "#D4D4D4", |
| 17 | "selection_brush" "#553794FF", |
| 18 | "selection_foreground" "#E8F0FF" |
| 19 | }, |
| 20 | "editor_column" { |
| 21 | "border_brush" "#3F3F46", |
| 22 | "background" "#1E1E1E", |
| 23 | "current_file_foreground" "#9D9D9D" |
| 24 | }, |
| 25 | "workspace_layout" { "border_brush": "#3F3F46" }, |
| 26 | "markdown_preview_panel" { "background": "#252526", "border_brush": "#3F3F46" }, |
| 27 | "solution_explorer" { "border_brush": "#3F3F46", "header_foreground": "#CCCCCC" }, |
| 28 | "panel_chrome" { |
| 29 | "title_foreground" "#E8E8E8", |
| 30 | "accent_brush" "#3794FF", |
| 31 | "header_background" "#2A2D2E", |
| 32 | "header_separator" "#3B3B3B", |
| 33 | "menu_glyph_foreground" "#858585" |
| 34 | }, |
| 35 | "build_output" { |
| 36 | "background" "#252526", |
| 37 | "foreground" "#D4D4D4", |
| 38 | "border_brush" "#3F3F46" |
| 39 | }, |
| 40 | "chat_panel" { |
| 41 | "background" "#1E1E1E", |
| 42 | "label_foreground" "#9D9D9D", |
| 43 | "message_bubble_background" "#252526", |
| 44 | "message_content_foreground" "#D4D4D4", |
| 45 | "send_button_background" "#3794FF", |
| 46 | "send_button_foreground" "#FFF" |
| 47 | }, |
| 48 | "ide_chrome" { |
| 49 | "panel_background" "#252526", |
| 50 | "inset_surface_background" "#181818", |
| 51 | "inset_surface_border_brush" "#333841", |
| 52 | "status_chip_background" "#252526", |
| 53 | "status_chip_border_brush" "#3F3F46", |
| 54 | "status_chip_foreground" "#CCCCCC" |
| 55 | }, |
| 56 | "terminal" { |
| 57 | "background" "#1E1E1E", |
| 58 | "foreground" "#CCCCCC", |
| 59 | "input_background" "#2D2D2D" |
| 60 | }, |
| 61 | "mcp_banner" { "background": "#252526", "foreground": "#3794FF" }, |
| 62 | "preview_window" { "background": "#252526" } |
| 63 | } |
| 64 | |