-
Notifications
You must be signed in to change notification settings - Fork 0
Customization and Themes
Koneko edited this page Jul 29, 2026
·
1 revision
Tamed features a dynamic, full-page CSS token theme engine that allows users to customize colors, environment modes, mascot species, currency icons, and rank titles.
The theme engine (theme.js) dynamically updates CSS variables on the root element (document.documentElement) in response to user settings changes:
// Dynamic CSS Token Variables
--color-primary: #8b5cf6;
--color-accent: #ec4899;
--gradient-hero: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
--color-background: #0f0d1a;
--color-surface: rgba(30, 27, 46, 0.85);
--color-text-main: #eef0f6;
--color-text-muted: #9da5b8;
--shadow-glow: 0 0 32px rgba(139, 92, 246, 0.3);Tamed supports 4 distinct environment viewing modes:
| Mode ID | Name | Background | Surface | Description |
|---|---|---|---|---|
dark |
π Midnight Dark | #0f0d1a |
rgba(30, 27, 46, 0.85) |
Rich dark mode with vibrant glowing gradients. |
dark2 |
π€ Obsidian Black | #050507 |
rgba(16, 16, 20, 0.88) |
Ultra-dark obsidian black for OLED displays. |
light |
βοΈ Clean Light | #f8fafc |
#ffffff |
Crisp, high-contrast light mode. |
soft |
πΈ Soft Cream | #fdf8f0 |
#fffdf9 |
Warm pastel cream aesthetic. |
Users can choose from 6 hand-crafted theme presets under Settings > Themes & Presets:
- πΏ Creamy Moss: Soft Cream π¦
$\times$ Sage Green πΏ (#4a7c59,#87a96b) - π Midnight Royal: Midnight Dark π
$\times$ Royal Violet π (#8b5cf6,#ec4899) - π₯ Obsidian Ember: Obsidian Black π€
$\times$ Amber Glow π (#ea580c,#f59e0b) - πΈ Blush Rose: Clean Light βοΈ
$\times$ Rose Pink π (#ec4899,#a855f7) - π Ocean Breeze: Clean Light βοΈ
$\times$ Deep Cyan π (#3b82f6,#06b6d4) - π΅ Matcha Latte: Soft Cream π¦
$\times$ Forest Matcha π (#2d6a4f,#74c69d)
- Custom Color Pickers: Users can set custom primary and accent HEX values using interactive color pickers.
- Species Persona Customizer: Change mascot species persona (Puppy πΆ, Kitty π±, Fox π¦, Custom β¨), custom species name, custom currency icon, praise terms, and profile avatar URL.
Wiki Aided w/ AI cuz I can't be fkd