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

Deep Crystal

-

A asymmetric layout with analogous colors

-
- -
-

Welcome to Deep Crystal

-

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

- -

Typography Showcase

-

The Lato font family provides excellent readability for body text, while Abril Fatface adds character to headings. Code blocks use consola-mono for clarity.

- -

Color Palette

-

Primary: #ce7cd7 | - Secondary: #d281b3 | - Accent: #9162cf

- -

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: "deep_crystal",
-    layout: "asymmetric",
-    colors: {
-        primary: "#ce7cd7",
-        secondary: "#d281b3",
-        accent: "#9162cf"
-    },
-    fonts: {
-        heading: "Abril_Fatface",
-        body: "Lato",
-        code: "consola-mono"
-    }
-};
- -

Content Structure

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

Font Licensing

-

All fonts used in this theme are properly licensed:

-
    -
  • Abril_Fatface: OFL License
  • -
  • Lato: OFL License
  • -
  • consola-mono: OFL License
  • -
- -

Final Thoughts

-

Every element of this theme has been carefully designed to create a harmonious reading experience. The asymmetric 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