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/monochrome_prism/example.html | 75 ++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 extras/html/themes/monochrome_prism/example.html (limited to 'extras/html/themes/monochrome_prism/example.html') diff --git a/extras/html/themes/monochrome_prism/example.html b/extras/html/themes/monochrome_prism/example.html new file mode 100644 index 0000000..c78f499 --- /dev/null +++ b/extras/html/themes/monochrome_prism/example.html @@ -0,0 +1,75 @@ + + + + + + MONOCHROME PRISM :: RETRO THEME + + + +
+

SYSTEM: MONOCHROME PRISM

+ +

Welcome to the blue crt retro theme. This single-column layout features a minimum width of 1200px for optimal viewing on modern displays while maintaining that classic retro aesthetic.

+ +

INTERFACE ELEMENTS

+ +

This theme combines retro-futuristic typography with a carefully crafted color palette inspired by retro computing aesthetics.

+ +

FEATURES

+ +
    +
  • Single column layout optimized for readability
  • +
  • Minimum 1200px width for modern displays
  • +
  • Retro visual effects
  • +
  • Monospace typography throughout
  • +
  • High contrast color scheme
  • +
+ +

CODE DISPLAY

+ +

Execute commands with style. Inline code like theme --activate monochrome_prism stands out clearly.

+ +
// THEME CONFIGURATION
+const retroTheme = {
+    name: "monochrome_prism",
+    style: "blue_crt",
+    effect: "crt",
+    width: "1200px",
+    initialized: true
+};
+
+console.log("Theme loaded successfully");
+ +

NAVIGATION

+ +

Navigate through the system with hyperlinks that glow on hover. Longer text-based navigation links demonstrate the retro hover effects.

+ +
+ "The future is already here — it's just not evenly distributed." Experience the aesthetics of retro computing with modern web standards. +
+ +

VISUAL STYLE

+ +

The crt effect adds visual depth to the interface. Every element has been carefully styled to evoke the golden age of computing.

+ +
+ +

SYSTEM STATUS

+ +
    +
  • Theme Engine: ACTIVE
  • +
  • Visual Effects: ENABLED
  • +
  • Glow Intensity: OPTIMAL
  • +
  • Contrast Ratio: HIGH
  • +
  • Readability: MAXIMUM
  • +
+ +

This retro theme brings together the best of classic computing aesthetics with modern web technologies. The single-column layout ensures content remains focused and readable, while the 1200px minimum width takes advantage of contemporary display resolutions.

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