summaryrefslogtreecommitdiff
path: root/extras/html/themes/neutron_gateway/theme.conf
blob: 815363b76077e4427dd53b868e0eb1499743e5fd (plain)
1
2
3
4
5
6
7
8
declare -xr HTML_HEADER=./extras/html/header.html.part
declare -xr HTML_FOOTER=./extras/html/footer.html.part
declare -xr HTML_CSS_STYLE=$HTML_THEME_DIR/style.css
declare -xr HTML_WEBFONT_HEADING=$HTML_THEME_DIR/heading.ttf
declare -xr HTML_WEBFONT_TEXT=$HTML_THEME_DIR/text.ttf
declare -xr HTML_WEBFONT_CODE=$HTML_THEME_DIR/code.ttf
declare -xr HTML_WEBFONT_HANDNOTES=$HTML_THEME_DIR/handnotes.ttf
declare -xr SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/neon.css