Skip to content

Commit

Permalink
Update the generic theme-settings.json to reflect more current behavi…
Browse files Browse the repository at this point in the history
…or. Also fix gitignore. (#34)
  • Loading branch information
gwynne authored Oct 13, 2024
1 parent 8ef627e commit 09a9800
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions theme-settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"theme": {
"aside": {
"border-radius": "6px",
"border-radius": "16px",
"border-style": "double",
"border-width": "3px"
},
Expand All @@ -21,8 +21,13 @@
"dark": "rgb(0, 0, 0)",
"light": "rgb(255, 255, 255)"
},
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-documentation-intro-accent) 15%, #000 100%)",
"documentation-intro-accent": "rgb(204, 204, 204)"
"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",
Expand All @@ -33,6 +38,9 @@
"features": {
"quickNavigation": {
"enable": true
},
"i18n": {
"enable": true
}
}
}

0 comments on commit 09a9800

Please sign in to comment.