jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
1.06k stars 118 forks source link

1.9.5 new Toggle Colors #87

Closed jtrack3d closed 2 years ago

jtrack3d commented 2 years ago

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.

dsieger commented 2 years ago

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

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

    image

jothepro commented 2 years ago

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! 😊

dsieger commented 2 years ago

Thanks @jothepro 🙏

jothepro commented 2 years ago

Closing this, I think the issue is resolved.