Skip to content

Commit 59f1d2d

Browse files
committed
fragment colors
1 parent 27428a0 commit 59f1d2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doxygen-awesome.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ html {
131131

132132
/* fragment colors */
133133
--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;
134+
--fragment-foreground: #666;
135+
--fragment-keyword: #400;
136+
--fragment-keywordtype: #050;
137+
--fragment-keywordflow: #500;
138138
--fragment-token: #7ec699;
139139
--fragment-comment: #999999;
140-
--fragment-link: #00A;
140+
--fragment-link: var(--page-foreground-color);
141141
--fragment-preprocessor: #65cabe;
142142
--fragment-linenumber-color: #0;
143143
--fragment-linenumber-background: #EEE;

0 commit comments

Comments
 (0)