From 101af147b61294420bb14d132736918ad772788a Mon Sep 17 00:00:00 2001 From: S David <2100425+s-daveb@users.noreply.github.com> Date: Sun, 16 Jul 2023 14:41:06 -0400 Subject: [PATCH] Improve doxygen dark mode css --- Doxyfile | 2 +- docs/extra/dark-mode.css | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 05d2034..33e93e2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -61,7 +61,7 @@ INLINE_GROUPED_CLASSES = NO INLINE_SIMPLE_STRUCTS = NO TYPEDEF_HIDES_STRUCT = NO LOOKUP_CACHE_SIZE = 0 -NUM_PROC_THREADS = 2 +NUM_PROC_THREADS = 7 #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- diff --git a/docs/extra/dark-mode.css b/docs/extra/dark-mode.css index a9c8a6d..b410a27 100644 --- a/docs/extra/dark-mode.css +++ b/docs/extra/dark-mode.css @@ -1,4 +1,12 @@ -body, dl.reflist dd, span.lineno, a.line + +html { +--index-odd-item-bg-color: rgb(77, 85, 101) !important; +--index-even-item-bg-color: #292929 !important; +--title-background-color: rgb(77, 85, 101) !important; + +} + +body, dl.reflist dd, span.lineno { background-color: #181A1B; color: #AEADA3; @@ -61,6 +69,10 @@ tr.heading h2, tr.heading h3, tr.heading h1, h2.groupheader { color: #AEADA3 !important; } +tr.odd { + color: rgb(77, 85, 101) !important; +} + div { border-color: grey !important; } @@ -96,4 +108,5 @@ div.line font-family: Monaco, Menlo, monospace, fixed !important; } -/* vim: sts=4 ts=4 expandtab sw=4 : */ +/* vim: sts=4 ts=4 expandtab sw=4 : + *--index-even-item-bg-color: /