Skip to content

Commit c01bf09

Browse files
committed
Fix some colors
I *think* that along the way from Doxygen 1.9.3 to 1.13.2, they added some new coloring options. The CommandAPI's custom style sheet didn't overwrite these colors, so some elements had weird colors.
1 parent 4bb8dd3 commit c01bf09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doxygen/doxygen-style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
--qindex-menu-font-hover: #38224e;
4848
--qindex-icon-bg: #38224e;
4949
--qindex-icon-font: #cdd9e5;
50+
--index-odd-item-bg-color: inherit;
51+
--index-even-item-bg-color: inherit;
5052
/* Member table */
5153
--mem-title-bg: #430064;
5254
--mem-title-font: #ffffff;
@@ -56,9 +58,11 @@
5658
--mem-content-bg: #2d333b;
5759
--mem-content-font: #cdd9e5;
5860
--mem-content-border: #2d333b;
61+
--memdef-param-name-color: var(--mem-subtitle-font);
5962
/* Nav Tree */
6063
--nav-tree-bg: #2d333b;
6164
--nav-tree-bg-hover: #5c008a;
65+
--nav-background-color: var(--nav-tree-bg-hover);
6266
--nav-tree-font: #7D7D7D;
6367
--nav-tree-font-hover: #ffffff;
6468
--nav-tree-bg-selected: #38224e;

0 commit comments

Comments
 (0)