/doxygen-vscode-theme

Dark theme for doxygen documentation generator

Primary LanguageCSSOtherNOASSERTION

Doxygen Dark Theme

Theme inspired by the Dark+ theme in the Visual Studio Code editor.

The theme based on Tilen Majerles project on the MIT Licence. MaJerle/doxygen-dark-theme

Preview

See example: DEMO (maatiug/Minesweeper)

img

How to change doxygen theme

Just modify 4 lines of doxygen config file (default Doxfile):

HTML_EXTRA_STYLESHEET  = "<path>/custom.css"
HTML_HEADER            = "<path>/html_header.html"
HTML_FOOTER            = "<path>/html_footer.html"
HTML_EXTRA_FILES       = "<path>/custom.js"