diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-18 16:38:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-18 16:38:14 +0300 |
| commit | 9cf66df0da1fae0d973ef960a4b113de7aa184a5 (patch) | |
| tree | 9a95db05e87b2cb6144a837fb34dfa38d9044869 /extras/html/themes/classic/theme.conf | |
| parent | 7abb6f9b225c816789b022f8791aca4cefd467fc (diff) | |
themes: add classic theme (original default) and redesign default
The original default theme (checkered background, purple/blue palette,
rounded thick border) is preserved as the new 'classic' theme.
The default theme is replaced with a cleaner, more professional design:
indigo accent colour, top border bar, card shadow, better typography
and code block styling, wider at 1100px max-width.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'extras/html/themes/classic/theme.conf')
| -rw-r--r-- | extras/html/themes/classic/theme.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/html/themes/classic/theme.conf b/extras/html/themes/classic/theme.conf new file mode 100644 index 0000000..9e06b30 --- /dev/null +++ b/extras/html/themes/classic/theme.conf @@ -0,0 +1,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=./extras/html/fonts/Merriweather/Merriweather-Bold.ttf +declare -xr HTML_WEBFONT_TEXT=./extras/html/fonts/Merriweather/Merriweather-Regular.ttf +declare -xr HTML_WEBFONT_CODE=./extras/html/fonts/hack/Hack-Regular.ttf +declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/fonts/khand/khand.ttf +declare -xr SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/mono.css |
