FELIPE LAZZARINI / DEVELOPER & MAKER
Code with intention.
Colour with soul.
I build interfaces, themes and small tools. I care about thoughtful code, purposeful colours and things that feel better the more you use them.
01 / IN THE SPOTLIGHT
Cinder.
The warmth of a good idea.
A dark theme made of charcoal, embers and antique gold. Colours that organise your code and leave room for what you’re building.
Meet Cinder// A little warmth. Room to think.
type Workspace = {
name: string;
light: number;
};
export function createSpace() {
const studio: Workspace = {
name: 'Cinder',
light: 0.3,
};
return studio;
}02 / THE COLLECTION
A palette. A world.
Cinder
v0.3.1charcoal, embers and room to think
Warm charcoal, coral and antique gold. A design language for code, with neutral variables and colours that give structure to reading.
Carmilla
v1.6.0crypt warmth for nights of code
Thirteen colours distilled around a rosé-wine background. Warm accents — carmine, wisteria, absinthe mint, peach velvet, champagne — over a dark boudoir.
Papilio
v0.2.0deep red-brown, crimson and antique gold
A dark theme from a character’s colours: art anchors, a lightness ladder for colour blindness, and the Blood Blossom variant with more blood. Three gates (contrast, CVD, tokens) and a Base24 export.
03 / UNDER THE SURFACE
The care is in the code, too.
Documented palettes, purposeful tokens and open tools. Step in, read, use, make it your own.
GitHubcinder
A design language for developer tools. Foundation, interface and syntax tokens, a VS Code adapter and automated contrast validation.
Design tokens / JSON / VS Codecarmilla
The theme monorepo: a palette documented in TOML as the source of truth, the VS Code port published on the Marketplace and Open VSX, and two flavors.
TOML / JSON / VS Codepapilio-theme
A theme from character anchors: YAML palette, Blood Blossom variant, Base24 export, and three build gates (WCAG contrast, colour blindness and real tokenisation).
TypeScript / YAML / VS Code / Base24