@@ -9,44 +9,44 @@ const theme = create({
99 brandTarget : '_self' ,
1010
1111 // Colors — match toolbox tokens
12- colorPrimary : '#5f61e8 ' ,
13- colorSecondary : '#5f61e8 ' ,
12+ colorPrimary : '#7a9a60 ' ,
13+ colorSecondary : '#7a9a60 ' ,
1414
1515 // UI
16- appBg : '#0f1117 ' ,
17- appContentBg : '#0f1117 ' ,
18- appPreviewBg : '#0f1117 ' ,
19- appBorderColor : '#565e8c ' ,
16+ appBg : '#0e120f ' ,
17+ appContentBg : '#0e120f ' ,
18+ appPreviewBg : '#0e120f ' ,
19+ appBorderColor : '#2e3a2c ' ,
2020 appBorderRadius : 8 ,
2121
2222 // Text
23- textColor : '#e2e8f0 ' ,
24- textMutedColor : '#7a8a9b ' ,
25- textInverseColor : '#0f1117 ' ,
23+ textColor : '#dce4d0 ' ,
24+ textMutedColor : '#56634e ' ,
25+ textInverseColor : '#0e120f ' ,
2626
2727 // Toolbar
28- barBg : '#1a1d2e ' ,
29- barTextColor : '#94a3b8 ' ,
30- barSelectedColor : '#818cf8 ' ,
31- barHoverColor : '#818cf8 ' ,
28+ barBg : '#181e1a ' ,
29+ barTextColor : '#99a88e ' ,
30+ barSelectedColor : '#8aac6c ' ,
31+ barHoverColor : '#8aac6c ' ,
3232
3333 // Inputs
34- inputBg : '#1a1d2e ' ,
35- inputBorder : '#565e8c ' ,
36- inputTextColor : '#e2e8f0 ' ,
34+ inputBg : '#181e1a ' ,
35+ inputBorder : '#2e3a2c ' ,
36+ inputTextColor : '#dce4d0 ' ,
3737 inputBorderRadius : 4 ,
3838
3939 // Buttons
40- buttonBg : '#1a1d2e ' ,
41- buttonBorder : '#565e8c ' ,
40+ buttonBg : '#181e1a ' ,
41+ buttonBorder : '#2e3a2c ' ,
4242
4343 // Fonts
4444 fontBase : '"Inter", ui-sans-serif, system-ui, sans-serif' ,
4545 fontCode : '"JetBrains Mono", ui-monospace, monospace' ,
4646
4747 // Boolean
48- booleanBg : '#1a1d2e ' ,
49- booleanSelectedBg : '#5f61e8 ' ,
48+ booleanBg : '#181e1a ' ,
49+ booleanSelectedBg : '#7a9a60 ' ,
5050} )
5151
5252addons . setConfig ( { theme } )
0 commit comments