Forge
jsondeeb25a2
1{
2 "_comment" "Палитра ближе к docs/ui-ux/concept-generated/cascadeide-ui-concept-power.png: L1 бирюза, L2 янтарь, L3 фиолет, неон фуксия/циан. Сплошные кисти CascadeTheme.* (градиенты островов по-прежнему из App.axaml).",
3 "main_window" { "background": "#07051A" },
4 "menu" { "background": "#10082A", "foreground": "#EDE9FE" },
5 "button" {
6 "background" "#1E1040",
7 "foreground" "#F5F3FF",
8 "border_brush" "#C084FC",
9 "hover_background" "#2D1A55",
10 "disabled_background" "#120A24",
11 "disabled_foreground" "#6B5B8C"
12 },
13 "toolbar" { "background": "#0C0618" },
14 "toolbar_text" { "foreground": "#DDD6FE", "error_foreground": "#FB7185" },
15 "editor" {
16 "background" "#050818",
17 "foreground" "#F1F5F9",
18 "selection_brush" "#66D080FF",
19 "selection_foreground" "#0A0E18"
20 },
21 "editor_column" {
22 "border_brush" "#6366F1",
23 "background" "#080B1E",
24 "current_file_foreground" "#A5B4FC"
25 },
26 "workspace_layout" { "border_brush": "#D946EF" },
27 "markdown_preview_panel" { "background": "#0F0824", "border_brush": "#818CF8" },
28 "solution_explorer" { "border_brush": "#818CF8", "header_foreground": "#DDD6FE" },
29 "panel_chrome" {
30 "title_foreground" "#EDE9FE",
31 "accent_brush" "#E879F9",
32 "header_background" "#140B32",
33 "header_separator" "#4C1D95",
34 "menu_glyph_foreground" "#A78BFA"
35 },
36 "build_output" {
37 "background" "#0A0616",
38 "foreground" "#E0E7FF",
39 "border_brush" "#4338CA"
40 },
41 "chat_panel" {
42 "background" "#08051A",
43 "label_foreground" "#C4B5FD",
44 "message_bubble_background" "#12082A",
45 "message_content_foreground" "#F8FAFC",
46 "send_button_background" "#9333EA",
47 "send_button_foreground" "#FFFFFF"
48 },
49 "terminal" {
50 "background" "#040612",
51 "foreground" "#CBD5E1",
52 "input_background" "#1A1035"
53 },
54 "mcp_banner" { "background": "#2E1065", "foreground": "#C4B5FD" },
55 "preview_window" { "background": "#0F0824" },
56 "power_cockpit" {
57 "neon_border" "#22D3EE",
58 "neon_accent" "#E879F9",
59 "panel_background" "#120A28",
60 "safety_dock_background" "#05030E",
61 "workspace_health_strip_background" "#0A0618",
62 "safety_observe" "#0D9488",
63 "safety_confirm" "#D97706",
64 "safety_autonomous" "#7C3AED",
65 "emergency" "#F43F5E"
66 }
67}
68
View only · write via MCP/CIDE