Changeset 19fbe03 in Klonkt for src/middleware/site.js


Ignore:
Timestamp:
06/24/2026 04:58:14 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
c9c70cc
Parents:
9cc0f9f
Message:

Palettes: drop Stone+Terracotta, add Ocean+Candy, rework warm to 'Sand'

  • 8 palettes: klonkt, paper, forest, sunset, Sand (warm paper, clay accent, not yellow; key 'cream'), lilac, Ocean (klonkt navy + blue), Candy (klonkt navy + red).
  • Ocean/Candy reuse the klonkt structure with their own accent (Robin: klonkt-based looks best). CSS blocks added; cream block reworked to Sand.
  • Accents: drop Oranje + Bruin; Rood -> Candy-rood (#e11d48). style.css?v=45.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/middleware/site.js

    r9cc0f9f r19fbe03  
    105105 */
    106106export function loadTheme(req, res, next) {
    107   const PALETTES = ['klonkt','paper','forest','stone','sunset','cream','mint','lilac'];
     107  const PALETTES = ['klonkt','paper','forest','sunset','cream','lilac','ocean','candy'];
    108108 
    109109  const user = req.session?.user;
Note: See TracChangeset for help on using the changeset viewer.