Changeset c9c70cc in Klonkt for src/middleware


Ignore:
Timestamp:
06/24/2026 05:07:53 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
34076d7
Parents:
19fbe03
Message:

Palettes overhaul: neutral 'Klonkt' default + 7 real-colour themes

  • Default is now the clean neutral (white/black + gold accent), renamed 'Klonkt' (the old navy Klonkt is gone; former 'Paper' merged into it).
  • 7 real-colour palettes (tinted like forest/lilac, not navy-with-accent): Forest, Ocean (blue), Teal, Lilac, Sunset, Candy (red), Amber.
  • Dropped Sand/cream + Paper from the picker. style.css?v=46.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/middleware/site.js

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