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

Sharp Mountain

-

A centered layout with complementary colors

-
- -
-

Welcome to Sharp Mountain

-

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

- -

Typography Showcase

-

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

- -

Color Palette

-

Primary: #71294a | - Secondary: #306a4f | - Accent: #4f2c3c

- -

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: "sharp_mountain",
-    layout: "centered",
-    colors: {
-        primary: "#71294a",
-        secondary: "#306a4f",
-        accent: "#4f2c3c"
-    },
-    fonts: {
-        heading: "roboto-slab",
-        body: "Lato",
-        code: "consola-mono"
-    }
-};
- -

Content Structure

-
    -
  • Clean, readable typography with 18px base font size
  • -
  • Heading scale ratio of 3.38x for visual hierarchy
  • -
  • Line height of 1.57 for comfortable reading
  • -
  • Centered layout optimized for content flow
  • -
  • Light theme with complementary color harmony
  • -
- -

Font Licensing

-

All fonts used in this theme are properly licensed:

-
    -
  • roboto-slab: Apache 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 centered 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