a theme in four flavours
Darkberry
A bog-witch berry theme for editors, terminals and browsers, inspired by my dark purple walls that served to feed my inner child.
Flavour
Tint
cauldron.tspantry.tsnotes.md
1// steep until the berries give up their colour 2import { Jar, ripen } from "./pantry"; 3import * as Bog from "./bog"; 4 5export function brew(berries: Berry[]): Jar { 6 const heat = Bog.peatFire(0.72);7 if (berries.length > MAX_BERRIES) throw new SpillError(); 8 return ripen(berries, heat).label(/cloud|lingon/i); 9} // recipe: example.com/brews
provenanceWhere it comes from
Dark PurpleBenjamin Moore 2073-10
#4b3540
#4b3540
- Modelled on Catppuccin. Four flavours, twelve neutrals with Catppuccin's names and jobs, the same palette file format, and the same terminal colour rules.