-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
theme-settings.json
46 lines (46 loc) · 1.39 KB
/
theme-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"theme": {
"aside": {
"border-radius": "16px",
"border-style": "double",
"border-width": "3px"
},
"border-radius": "0",
"button": {
"border-radius": "16px",
"border-width": "1px",
"border-style": "solid"
},
"code": {
"border-radius": "16px",
"border-width": "1px",
"border-style": "solid"
},
"color": {
"fill": {
"dark": "rgb(0, 0, 0)",
"light": "rgb(255, 255, 255)"
},
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 30%, #000 100%)",
"documentation-intro-accent": "rgb(204, 204, 204)",
"documentation-intro-eyebrow": "white",
"documentation-intro-figure": "white",
"documentation-intro-title": "white",
"logo-base": { "dark": "#fff", "light": "#000" },
"logo-shape": { "dark": "#000", "light": "#fff" }
},
"icons": {
"article": "/images/article.svg",
"collection": "/images/collection.svg",
"curly-brackets": "/images/curly-brackets.svg"
}
},
"features": {
"quickNavigation": {
"enable": true
},
"i18n": {
"enable": true
}
}
}