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
981 stars 112 forks source link

1.9.5 new Toggle Colors #87

Closed jtrack3d closed 1 year ago

jtrack3d commented 1 year 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 1 year 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 1 year 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 1 year ago

Thanks @jothepro 🙏

jothepro commented 1 year ago

Closing this, I think the issue is resolved.