@@ -12,39 +12,54 @@ addons.setConfig({
12
12
theme : create ( {
13
13
base : "light" ,
14
14
15
- brandTitle : "Spectrum CSS" ,
15
+ brandTitle : "Adobe | Spectrum CSS" ,
16
16
brandUrl : pkg . homepage ?? "https://opensource.adobe.com/spectrum-css" ,
17
17
brandImage : logo ,
18
+ brandTarget : "_self" ,
18
19
19
20
typography : {
20
21
fonts : {
21
- base : "adobe-clean, \"Source Sans Pro\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Ubuntu, \"Trebuchet MS\", \"Lucida Grande\", sans-serif" ,
22
+ base : "adobe-clean, \"Adobe Clean\", \" Source Sans Pro\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Ubuntu, \"Trebuchet MS\", \"Lucida Grande\", sans-serif" ,
22
23
code : "\"Source Code Pro\", Monaco, monospace" ,
23
24
}
24
25
} ,
25
26
27
+ // colorPrimary: "#7326d3",
26
28
colorSecondary : "rgb(2, 101, 220)" ,
27
29
28
- // UI
29
- appBg :
30
- "rgb(255,255,255)" /* Being applied to the active state of radio buttons */ ,
31
- appContentBg : "rgb(255, 255, 255)" /* Being applied to the arg table */ ,
30
+ /* Being applied to the active state of radio buttons */
31
+ appBg : "rgb(255, 255, 255)" ,
32
+ /* Being applied to the arg table */
33
+ appContentBg : "rgb(255, 255, 255)" ,
34
+ // appPreviewBg: "rgb(248, 248, 248)",
32
35
appBorderColor : "rgb(213, 213, 213)" ,
33
36
appBorderRadius : 4 ,
34
37
35
- // Text colors
38
+ /* Text colors */
39
+ fontBase : "adobe-clean, \"Adobe Clean\", \"Source Sans Pro\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Ubuntu, \"Trebuchet MS\", \"Lucida Grande\", sans-serif" ,
40
+ fontCode : "\"Source Code Pro\", Monaco, monospace" ,
36
41
textColor : "rgb(34, 34, 34)" ,
42
+ textInverseColor : "rgb(219, 219, 219)" ,
43
+ textMutedColor : "rgb(175, 175, 175)" ,
37
44
38
- // Toolbar default and active colors
45
+ /* Toolbar default and active colors */
39
46
barTextColor : "rgb(34, 34, 34)" ,
47
+ barHoverColor : "rgb(2, 101, 220)" ,
40
48
barSelectedColor : "rgb(2, 101, 220)" ,
41
- // barBg: ' rgb(248, 248, 248)' ,
49
+ barBg : " rgb(255, 255, 255)" ,
42
50
43
- // Form colors
51
+ // buttonBg: "rgb(255, 255, 255)",
52
+ // buttonBorder: "transparent",
53
+ // booleanBg: "rgb(255, 255, 255)",
54
+ // booleanSelectedBg: "rgb(213, 213, 213)",
55
+
56
+ /* Form colors */
44
57
inputBg : "rgb(255, 255, 255)" ,
45
58
inputBorder : "rgb(177, 177, 177)" ,
46
59
inputTextColor : "rgb(34, 34, 34)" ,
47
60
inputBorderRadius : 4 ,
61
+
62
+ // gridCellSize?: number;
48
63
} ) ,
49
64
sidebar : {
50
65
showRoots : false ,
0 commit comments