Doxygen Dark Theme Save

Dark theme for doxygen documentation generator

Project README

Doxygen dark theme

Theme implements dark colors implementation for doxygen documentation generator. Selected colors are inspiration from Sublime Text syntax highligher for C language.

Demo

Demo of the dark theme is available at https://majerle.eu/documentation/esp_at/html/index.html

How to use it

Usage is very simple. You just need to modify your doxygen input file

# Add files to extra stylesheet

HTML_EXTRA_STYLESHEET  = "custom.css" \
                         "custom_dark_theme.css"

If you wish to use custom made HTML header and footer, enable this feature with

# Custom header
HTML_HEADER            = "html_header.html"

# Custom footer
HTML_FOOTER            = "html_footer.html"
Open Source Agenda is not affiliated with "Doxygen Dark Theme" Project. README Source: MaJerle/doxygen-dark-theme
Stars
89
Open Issues
2
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating