Skip to content

Commit 5c6996b

Browse files
committed
Updated docs colors
1 parent 164d643 commit 5c6996b

File tree

2 files changed

+34
-23
lines changed

2 files changed

+34
-23
lines changed

docs/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ OBFUSCATE_EMAILS = YES
18511851
# The default value is: png.
18521852
# This tag requires that the tag GENERATE_HTML is set to YES.
18531853

1854-
HTML_FORMULA_FORMAT = png
1854+
HTML_FORMULA_FORMAT = svg
18551855

18561856
# Use this tag to change the font size of LaTeX formulas included as images in
18571857
# the HTML documentation. When you change the font size after a successful
@@ -2591,7 +2591,7 @@ HIDE_UNDOC_RELATIONS = YES
25912591
# set to NO
25922592
# The default value is: NO.
25932593

2594-
HAVE_DOT = YES
2594+
HAVE_DOT = NO
25952595

25962596
# The DOT_NUM_THREADS specifies the number of dot invocations Doxygen is allowed
25972597
# to run in parallel. When set to 0 Doxygen will base this on the number of

docs/format/doxygen-awesome.css

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -198,18 +198,23 @@ html {
198198

199199
--menu-selected-background: rgba(0,0,0,.4);
200200

201-
--page-background-color: #1C1D1F;
202-
--page-foreground-color: #d2dbde;
203-
--page-secondary-foreground-color: #859399;
204-
--separator-color: #38393b;
205-
--side-nav-background: #252628;
201+
--page-background-color: #0f172a; /* slate-900 */
202+
--page-foreground-color: #f1f5f9; /* slate-100 */
203+
--page-secondary-foreground-color: #cbd5e1; /* slate-300 */
204+
--separator-color: #475569; /* slate-600 */
205+
--side-nav-background: #1e293b; /* slate-800 */
206206

207-
--code-background: #2a2c2f;
207+
/* Header colors to match your website: */
208+
--header-background: #0f172a; /* slate-900 */
209+
--header-foreground: #f1f5f9; /* slate-100 */
208210

209-
--tablehead-background: #2a2c2f;
211+
--code-background: #1e293b; /* slate-800 */
210212

211-
--blockquote-background: #222325;
212-
--blockquote-foreground: #7e8c92;
213+
--tablehead-background: #1e293b; /* slate-800 */
214+
--tablehead-foreground: #f1f5f9; /* slate-100 */
215+
216+
--blockquote-background: #1e293b; /* slate-800 */
217+
--blockquote-foreground: #cbd5e1; /* slate-300 */
213218

214219
--warning-color: #3b2e04;
215220
--warning-color-dark: #f1b602;
@@ -230,8 +235,9 @@ html {
230235
--invariant-color-dark: #76ce96;
231236
--invariant-color-darker: #cceed5;
232237

233-
--fragment-background: #282c34;
234-
--fragment-foreground: #dbe4eb;
238+
--fragment-background: #1e293b; /* slate-800 */
239+
--fragment-foreground: #e2e8f0; /* slate-200 */
240+
235241
--fragment-keyword: #cc99cd;
236242
--fragment-keywordtype: #ab99cd;
237243
--fragment-keywordflow: #e08000;
@@ -260,17 +266,22 @@ html.dark-mode {
260266
--menu-selected-background: rgba(0,0,0,.4);
261267

262268
--page-background-color: #1C1D1F;
263-
--page-foreground-color: #d2dbde;
264-
--page-secondary-foreground-color: #859399;
265-
--separator-color: #38393b;
266-
--side-nav-background: #252628;
269+
--page-background-color: #0f172a; /* slate-900 */
270+
--page-foreground-color: #f1f5f9; /* slate-100 */
271+
--page-secondary-foreground-color: #cbd5e1; /* slate-300 */
272+
--separator-color: #475569; /* slate-600 */
273+
--side-nav-background: #1e293b; /* slate-800 */
274+
275+
--header-background: #0f172a; /* slate-900 */
276+
--header-foreground: #f1f5f9; /* slate-100 */
267277

268-
--code-background: #2a2c2f;
278+
--code-background: #1e293b; /* slate-800 */
269279

270-
--tablehead-background: #2a2c2f;
280+
--tablehead-background: #1e293b; /* slate-800 */
281+
--tablehead-foreground: #f1f5f9; /* slate-100 */
271282

272-
--blockquote-background: #222325;
273-
--blockquote-foreground: #7e8c92;
283+
--blockquote-background: #1e293b; /* slate-800 */
284+
--blockquote-foreground: #cbd5e1; /* slate-300 */
274285

275286
--warning-color: #3b2e04;
276287
--warning-color-dark: #f1b602;
@@ -291,8 +302,8 @@ html.dark-mode {
291302
--invariant-color-dark: #76ce96;
292303
--invariant-color-darker: #cceed5;
293304

294-
--fragment-background: #282c34;
295-
--fragment-foreground: #dbe4eb;
305+
--fragment-background: #1e293b; /* slate-800 */
306+
--fragment-foreground: #e2e8f0; /* slate-200 */
296307
--fragment-keyword: #cc99cd;
297308
--fragment-keywordtype: #ab99cd;
298309
--fragment-keywordflow: #e08000;

0 commit comments

Comments
 (0)