jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.

Home Page:https://jothepro.github.io/doxygen-awesome-css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.9.5 new Toggle Colors

jtrack3d opened this issue · comments

With 1.9.5 there are new classes and colors to not alternate dark/light correctly anymore.

Class lists, tree view and main page colors.

This is in addition to the scroll bar mentioned before.

Adding

table.directory tr.odd {
  background-color: inherit;
}

fixes the alternating color issue in class lists etc.

No idea about the scrollbars, there seem to be two different issues.

  1. Light blue background color in the nav tree:

image

  1. Blue scrollbar handle (right) in the main content area:

image

Pls check out the latest release (v2.1.0). It should fix most of the compatibility issues with Doxygen v1.9.5.

If you still notice that some stuff (apart from the scrollbar) doesn't look right, pls let me know! 😊

Thanks @jothepro 🙏

Closing this, I think the issue is resolved.