Changeset 834bcc3 in Klonkt for src/services/ThemeService.js
- Timestamp:
- 06/23/2026 06:14:27 PM (3 months ago)
- Branches:
- main
- Children:
- d774679
- Parents:
- bb42dfb
- File:
-
- 1 edited
-
src/services/ThemeService.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ThemeService.js
rbb42dfb r834bcc3 16 16 17 17 class ThemeService { 18 // Paper/ink komen 1-op-1 uit de [data-palette]-CSS in style.css (= wat ECHT19 // wordt toegepast); de accent-stip is een representatieve kleur per palet.18 // Paper/ink values map 1-to-1 from the [data-palette] CSS in style.css (= what 19 // is ACTUALLY applied); the accent dot is a representative color per palette. 20 20 static PALETTES = { 21 // Merk-standaard — komt overeen met klonkt.com (donkerblauw + geel).21 // Brand default — matches klonkt.com (dark blue + gold). 22 22 klonkt: { 23 23 name: 'Klonkt', … … 65 65 dark: { paper: '#1f0a0f', ink: '#fce4ea', accent: '#f06b9a' } 66 66 }, 67 // key blijft 'mint' (DB-veilig), maar omgekleurd naar warm Terracotta — minder groen.67 // key stays 'mint' (DB-safe), but recolored to warm Terracotta — less green. 68 68 mint: { 69 69 name: 'Terracotta', … … 83 83 * Each color works against both light and dark themes. 84 84 */ 85 // Evenwichtig over het kleurenwiel — minder groen/blauw (4 van de12),86 // m eer warme + paars/roze variatie. Allemaal leesbaar op licht én donker.85 // Balanced across the color wheel — fewer greens/blues (4 of 12), 86 // more warm + purple/pink variation. All readable on both light and dark. 87 87 static ACCENTS = [ 88 88 { key: 'klonkt', name: 'Klonkt-geel', color: '#e8b04b' },
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)