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/analog_dimension/LICENSE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 extras/html/themes/analog_dimension/LICENSE (limited to 'extras/html/themes/analog_dimension/LICENSE') diff --git a/extras/html/themes/analog_dimension/LICENSE b/extras/html/themes/analog_dimension/LICENSE new file mode 100644 index 0000000..a35ae9a --- /dev/null +++ b/extras/html/themes/analog_dimension/LICENSE @@ -0,0 +1,18 @@ +Theme: analog_dimension +Style: Retro/Retro-futuristic +Generated: 2025-06-22 22:11:25 + +Color Palette: blue_crt +Effect Type: terminal +Layout: Single Column (min-width: 1200px) + +Font Licenses: +============== +All monospace fonts used are free for personal use. +- Hack: MIT License +- Consola Mono: SIL Open Font License +- Intel One Mono: Open Font License +- Other retro fonts: Free for personal use + +This theme is designed for modern displays while maintaining +a classic retro computing aesthetic. -- cgit v1.2.3