From 2b78e5fcdf303f7055a67e13c5968e9ed92f56df Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Jun 2025 22:14:11 +0300 Subject: Replace themes with 50 retro-futuristic single-column themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed previous multi-layout themes - Generated 50 new retro/retro-futuristic themes with: - Single column layout only - Minimum 1200px width for modern displays - Retro computing aesthetics (terminal, CRT, synthwave, etc.) - Various visual effects: scanlines, CRT, grid, dots, terminal - Monospace typography throughout - Theme palettes include: - Classic terminal green - Amber CRT monitors - Synthwave purple/pink - Matrix green - DOS blue/white - Cyberpunk neon - And more retro color schemes - Updated index.html with retro-themed gallery interface - All themes W3C CSS validated - Proper font licensing maintained - Screenshot previews for all themes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- extras/html/themes/binary_compiler/theme.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 extras/html/themes/binary_compiler/theme.conf (limited to 'extras/html/themes/binary_compiler/theme.conf') diff --git a/extras/html/themes/binary_compiler/theme.conf b/extras/html/themes/binary_compiler/theme.conf new file mode 100644 index 0000000..815363b --- /dev/null +++ b/extras/html/themes/binary_compiler/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=$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 -- cgit v1.2.3