Forge
json4405de34
1{
2 "main_window" { "background": "#F5F5F5" },
3 "menu" { "background": "#F0F0F0", "foreground": "#1A1A1A" },
4 "button" {
5 "background" "#E0E0E0",
6 "foreground" "#1A1A1A",
7 "border_brush" "#BBB",
8 "hover_background" "#D0D0D0",
9 "disabled_background" "#EEE",
10 "disabled_foreground" "#888"
11 },
12 "toolbar" { "background": "#E8E8E8" },
13 "toolbar_text" { "foreground": "#333", "error_foreground": "#C00" },
14 "editor" {
15 "background" "#FFF",
16 "foreground" "#1A1A1A",
17 "selection_brush" "#55225679",
18 "selection_foreground" "#1A1A1A"
19 },
20 "editor_column" {
21 "border_brush" "#CCC",
22 "background" "#FFF",
23 "current_file_foreground" "#666"
24 },
25 "workspace_layout" { "border_brush": "#CCC" },
26 "markdown_preview_panel" { "background": "#FAFAFA", "border_brush": "#E0E0E0" },
27 "solution_explorer" { "border_brush": "#CCC", "header_foreground": "#1A1A1A" },
28 "panel_chrome" {
29 "title_foreground" "#1E2433",
30 "accent_brush" "#4B6BFB",
31 "header_background" "#E4E9F2",
32 "header_separator" "#B8C4D8",
33 "menu_glyph_foreground" "#4A5568"
34 },
35 "build_output" {
36 "background" "#F8F8F8",
37 "foreground" "#1A1A1A",
38 "border_brush" "#CCC"
39 },
40 "chat_panel" {
41 "background" "#FFF",
42 "label_foreground" "#333",
43 "message_bubble_background" "#F0F0F0",
44 "message_content_foreground" "#1A1A1A",
45 "send_button_background" "#4CAF50",
46 "send_button_foreground" "#FFF"
47 },
48 "terminal" {
49 "background" "#1E1E1E",
50 "foreground" "#CCC",
51 "input_background" "#2D2D2D"
52 },
53 "mcp_banner" { "background": "#E3F2FD", "foreground": "#1565C0" },
54 "preview_window" { "background": "#F0F0F0" }
55}
56
View only · write via MCP/CIDE