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/cozy_crystal/theme.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 extras/html/themes/cozy_crystal/theme.conf (limited to 'extras/html/themes/cozy_crystal/theme.conf') diff --git a/extras/html/themes/cozy_crystal/theme.conf b/extras/html/themes/cozy_crystal/theme.conf deleted file mode 100644 index b620ed7..0000000 --- a/extras/html/themes/cozy_crystal/theme.conf +++ /dev/null @@ -1,8 +0,0 @@ -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/zai-aeg-mignon-typewriter-1924/zai-aeg-mignon-typewriter-1924-Bold.ttf -declare -xr HTML_WEBFONT_TEXT=./extras/html/fonts/roboto-slab/roboto-slab-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