Stilla

A quiet, introverted color palette.

By @jakeisnt

theme-preview.ts — stilla
theme-preview.ts
config.ts
main TypeScript
UTF-8 LF Spaces: 2

Contrast Analysis

Measured against WCAG 2.1 contrast ratio and the APCA (WCAG 3.0 draft) lightness-contrast algorithm. Updates live as you adjust colors above.

Pairing Preview WCAG Ratio WCAG Level APCA Lc APCA Rating
WCAG 2.1 — AAA ≥ 7:1 · AA ≥ 4.5:1 · AA-large ≥ 3:1 APCA — Best ≥ 90 · Good ≥ 75 · OK ≥ 60 · Min ≥ 30

Install

VS Code

Search Stilla in Extensions, or:

code --install-extension jakeisnt.stilla

Neovim

Add to lazy.nvim:

{
  "stilla-theme/stilla-site",
  config = function()
    vim.cmd.colorscheme("stilla")
  end,
}

Doom Emacs

Download doom-stilla-theme.el, then:

(setq doom-theme 'doom-stilla)