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

Ember Mountain

-

A card layout with split complementary colors

-
- -
-

Welcome to Ember Mountain

-

This theme features a carefully crafted card layout with a light split complementary color scheme. The typography combines sans-serif fonts for headings with sans-serif for body text.

- -

Typography Showcase

-

The Lato font family provides excellent readability for body text, while oxygen adds character to headings. Code blocks use hack for clarity.

- -

Color Palette

-

Primary: #6f3857 | - Secondary: #3f6a3d | - Accent: #3d6a66

- -

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: "ember_mountain",
-    layout: "card",
-    colors: {
-        primary: "#6f3857",
-        secondary: "#3f6a3d",
-        accent: "#3d6a66"
-    },
-    fonts: {
-        heading: "oxygen",
-        body: "Lato",
-        code: "hack"
-    }
-};
- -

Content Structure

-
    -
  • Clean, readable typography with 15px base font size
  • -
  • Heading scale ratio of 1.42x for visual hierarchy
  • -
  • Line height of 1.71 for comfortable reading
  • -
  • Card layout optimized for content flow
  • -
  • Light theme with split complementary color harmony
  • -
- -

Font Licensing

-

All fonts used in this theme are properly licensed:

-
    -
  • oxygen: OFL License
  • -
  • Lato: OFL License
  • -
  • hack: MIT License
  • -
- -

Final Thoughts

-

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