Improve doxygen dark mode css

This commit is contained in:
S David 2023-07-16 14:41:06 -04:00
parent 95af28c134
commit 101af147b6
2 changed files with 16 additions and 3 deletions

View File

@ -61,7 +61,7 @@ INLINE_GROUPED_CLASSES = NO
INLINE_SIMPLE_STRUCTS = NO INLINE_SIMPLE_STRUCTS = NO
TYPEDEF_HIDES_STRUCT = NO TYPEDEF_HIDES_STRUCT = NO
LOOKUP_CACHE_SIZE = 0 LOOKUP_CACHE_SIZE = 0
NUM_PROC_THREADS = 2 NUM_PROC_THREADS = 7
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
# Build related configuration options # Build related configuration options
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------

View File

@ -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; background-color: #181A1B;
color: #AEADA3; color: #AEADA3;
@ -61,6 +69,10 @@ tr.heading h2, tr.heading h3, tr.heading h1, h2.groupheader {
color: #AEADA3 !important; color: #AEADA3 !important;
} }
tr.odd {
color: rgb(77, 85, 101) !important;
}
div { div {
border-color: grey !important; border-color: grey !important;
} }
@ -96,4 +108,5 @@ div.line
font-family: Monaco, Menlo, monospace, fixed !important; 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: /