Grimicorn
// a calm, low-fatigue color theme
Dead, dark, colorful and lively — all at once. A muted blue-gray base with soft pastel syntax, tuned over countless late nights so nothing on screen ever burns your eyes.
One palette, ported to everything I work in: VS Code, terminals, Obsidian, Claude Code & more — each in matching dark and light variants.
Eight hues,
one feeling
Nothing is saturated enough to cause fatigue. The dark variant rests on a muted blue-gray base; the light variant shifts the same roles toward ink-on-paper.
Accents follow a strict hierarchy — blue → purple → teal — and the semantic roles never drift: green is success, salmon is error, yellow is a type or a warning.

dead serious, secretly colorful.
Across the stack
Terminal ANSI, a Git Tower diff, and the markdown heading waterfall — the same palette, everywhere.
The grim reaper, reimagined as a unicorn.
Muted base, pastel syntax, nothing that burns the eyes.
- Blue → Purple → Teal
- Green = success, Salmon = error
"Calm by default." — const calm = trueNine ports
Each tool ships a dark and a light file. Grab one, or take the whole set.
Terminal-agent palette — diffs, prompts, plan & accept modes.
how to install
Drop the JSON into ~/.claude/themes/, then select Grimicorn from the theme menu.
Ghostty-style terminal config — background, foreground & 16-color ANSI.
how to install
Reference the file from your config with config-file = grimicorn-dark.conf (or paste its contents inline).
Diff & syntax theme for the Tower git client.
how to install
Double-click the .towertheme to install, then pick it in Tower → Settings → Git Config / Appearance.
Vault theme with the full heading-color waterfall.
how to install
Place both files in .obsidian/themes/Grimicorn/, then Settings → Appearance → Grimicorn.
Full editor + workbench theme. Pick “Grimicorn Dark / Light” from the theme picker.
how to install
Drop both files into a folder with a package.json under ~/.vscode/extensions/grimicorn/, reload, then choose the theme in ⌘K ⌘T.
Color presets for the macOS terminal favorite.
how to install
Settings → Profiles → Colors → Color Presets… → Import, then select the preset.
docs ↗Native Terminal.app profiles.
how to install
Double-click the file (or Settings → Profiles → ⚙︎ → Import), then set as default.
docs ↗TextMate themes that power this very blog's syntax highlighting — drop them into any Shiki-based site.
how to install
Parse the .tmTheme with a plist reader and pass the object to Shiki's theme option (VitePress, Astro, etc.).
// every file is generated from a single source of truth — grimicorn-palette.md