This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
connect-four/docs/doxygen-dark-theme
Dorian Zedler d078505c8c
added doxygen dar theme
2020-04-08 22:19:10 +02:00
..
LICENSE added doxygen dar theme 2020-04-08 22:19:10 +02:00
README.md added doxygen dar theme 2020-04-08 22:19:10 +02:00
custom.css added doxygen dar theme 2020-04-08 22:19:10 +02:00
custom_dark_theme.css added doxygen dar theme 2020-04-08 22:19:10 +02:00
html_footer.html added doxygen dar theme 2020-04-08 22:19:10 +02:00
html_header.html added doxygen dar theme 2020-04-08 22:19:10 +02:00

README.md

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"