We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27428a0 commit 59f1d2dCopy full SHA for 59f1d2d
doxygen-awesome.css
@@ -131,13 +131,13 @@ html {
131
132
/* fragment colors */
133
--fragment-background: var(--page-background-color);
134
- --fragment-foreground: var(--page-foreground-color);
135
- --fragment-keyword: #cc99cd;
136
- --fragment-keywordtype: #ab99cd;
137
- --fragment-keywordflow: #e08000;
+ --fragment-foreground: #666;
+ --fragment-keyword: #400;
+ --fragment-keywordtype: #050;
+ --fragment-keywordflow: #500;
138
--fragment-token: #7ec699;
139
--fragment-comment: #999999;
140
- --fragment-link: #00A;
+ --fragment-link: var(--page-foreground-color);
141
--fragment-preprocessor: #65cabe;
142
--fragment-linenumber-color: #0;
143
--fragment-linenumber-background: #EEE;
0 commit comments