From 9cf66df0da1fae0d973ef960a4b113de7aa184a5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Apr 2026 16:38:14 +0300 Subject: 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 --- extras/html/themes/classic/theme.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extras/html/themes/classic/theme.conf (limited to 'extras/html/themes/classic/theme.conf') 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 -- cgit v1.2.3