Skip to content

Commit 09a9800

Browse files
authored
Update the generic theme-settings.json to reflect more current behavior. Also fix gitignore. (#34)
1 parent 8ef627e commit 09a9800

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

theme-settings.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"theme": {
33
"aside": {
4-
"border-radius": "6px",
4+
"border-radius": "16px",
55
"border-style": "double",
66
"border-width": "3px"
77
},
@@ -21,8 +21,13 @@
2121
"dark": "rgb(0, 0, 0)",
2222
"light": "rgb(255, 255, 255)"
2323
},
24-
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 15%, #000 100%)",
25-
"documentation-intro-accent": "rgb(204, 204, 204)"
24+
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 30%, #000 100%)",
25+
"documentation-intro-accent": "rgb(204, 204, 204)",
26+
"documentation-intro-eyebrow": "white",
27+
"documentation-intro-figure": "white",
28+
"documentation-intro-title": "white",
29+
"logo-base": { "dark": "#fff", "light": "#000" },
30+
"logo-shape": { "dark": "#000", "light": "#fff" }
2631
},
2732
"icons": {
2833
"article": "/images/article.svg",
@@ -33,6 +38,9 @@
3338
"features": {
3439
"quickNavigation": {
3540
"enable": true
41+
},
42+
"i18n": {
43+
"enable": true
3644
}
3745
}
3846
}

0 commit comments

Comments
 (0)