Skip to content

Commit 045cc49

Browse files
authored
Update DocC settings to latest version of Vapor theme (#529)
Update DocC settings to latest version of Vapor theme, for compatibility with Swift 6's DocC changes
1 parent fd0e415 commit 045cc49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: Sources/PostgresNIO/Docs.docc/theme-settings.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
22
"theme": {
3-
"aside": { "border-radius": "6px", "border-style": "double", "border-width": "3px" },
3+
"aside": { "border-radius": "16px", "border-style": "double", "border-width": "3px" },
44
"border-radius": "0",
55
"button": { "border-radius": "16px", "border-width": "1px", "border-style": "solid" },
66
"code": { "border-radius": "16px", "border-width": "1px", "border-style": "solid" },
77
"color": {
8+
"fill": { "dark": "#000", "light": "#fff" }
89
"psqlnio": "#336791",
910
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-psqlnio) 30%, #000 100%)",
1011
"documentation-intro-accent": "var(--color-psqlnio)",
12+
"documentation-intro-eyebrow": "white",
13+
"documentation-intro-figure": "white",
14+
"documentation-intro-title": "white",
1115
"logo-base": { "dark": "#fff", "light": "#000" },
1216
"logo-shape": { "dark": "#000", "light": "#fff" },
13-
"fill": { "dark": "#000", "light": "#fff" }
1417
},
1518
"icons": { "technology": "/postgresnio/images/vapor-postgresnio-logo.svg" }
1619
},

0 commit comments

Comments
 (0)