diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-17 05:42:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-17 05:42:57 +0300 |
| commit | 51c762186c99d3f81021a359538086462213360c (patch) | |
| tree | 9a930486d3c2b53488dd2e5057b95957d836847e /extras/html/themes/simple/theme.conf | |
| parent | 162363234f8793c50f5628765c163e4976b01d0e (diff) | |
new simple theme done
Diffstat (limited to 'extras/html/themes/simple/theme.conf')
| -rw-r--r-- | extras/html/themes/simple/theme.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/html/themes/simple/theme.conf b/extras/html/themes/simple/theme.conf new file mode 100644 index 0000000..10b056e --- /dev/null +++ b/extras/html/themes/simple/theme.conf @@ -0,0 +1,4 @@ +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 SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/sh_vampire.css |
