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/dynamic_forest/example.html | 75 -------------------------- 1 file changed, 75 deletions(-) delete mode 100644 extras/html/themes/dynamic_forest/example.html (limited to 'extras/html/themes/dynamic_forest/example.html') diff --git a/extras/html/themes/dynamic_forest/example.html b/extras/html/themes/dynamic_forest/example.html deleted file mode 100644 index 948f3ca..0000000 --- a/extras/html/themes/dynamic_forest/example.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - Dynamic Forest - Gemtexter Theme - - - -
-

Dynamic Forest

-

A masonry layout with analogous colors

-
- -
-

Welcome to Dynamic Forest

-

This theme features a carefully crafted masonry layout with a dark analogous color scheme. The typography combines display fonts for headings with serif for body text.

- -

Typography Showcase

-

The roboto-slab font family provides excellent readability for body text, while pixelon adds character to headings. Code blocks use consola-mono for clarity.

- -

Color Palette

-

Primary: #4bcfe9 | - Secondary: #5385e1 | - Accent: #30e6ad

- -

Interactive Elements

-

Links like this example and longer text links that demonstrate the theme's navigation style use the secondary color.

- -
- "Design is not just what it looks like and feels like. Design is how it works." — Steve Jobs -
- -

Code Examples

-

Inline code like theme.generate() and larger blocks:

-
// Theme configuration
-const theme = {
-    name: "dynamic_forest",
-    layout: "masonry",
-    colors: {
-        primary: "#4bcfe9",
-        secondary: "#5385e1",
-        accent: "#30e6ad"
-    },
-    fonts: {
-        heading: "pixelon",
-        body: "roboto-slab",
-        code: "consola-mono"
-    }
-};
- -

Content Structure

-
    -
  • Clean, readable typography with 17px base font size
  • -
  • Heading scale ratio of 4.24x for visual hierarchy
  • -
  • Line height of 1.6 for comfortable reading
  • -
  • Masonry layout optimized for content flow
  • -
  • Dark theme with analogous color harmony
  • -
- -

Font Licensing

-

All fonts used in this theme are properly licensed:

-
    -
  • pixelon: Free License
  • -
  • roboto-slab: Apache License
  • -
  • consola-mono: OFL License
  • -
- -

Final Thoughts

-

Every element of this theme has been carefully designed to create a harmonious reading experience. The masonry layout ensures content is presented in an engaging way, while the color scheme provides the perfect backdrop for your words to shine.

- -

Whether you're writing technical documentation, creative prose, or anything in between, this theme adapts to showcase your content beautifully.

-
- - \ No newline at end of file -- cgit v1.2.3