Skip to content
rave mode: always on

Grimicorn Neon

// the grim reaper × unicorn, plugged into the mains

Same hue roles as calm Grimicorn, cranked to electric values pulled from grimicorn.dev. Saturated, glowing accents on a near-black base — dark-only, loud by design.

VS Code · syntax
theme.tsGrimicorn Neon
1// Grimicorn Neon — loud by default
2import { ref, computed } from'vue'
3import type { Theme } from'./types'
4
5const palette = ref<Theme>('neon')
6const hues = 6 +2 // 8 charged roles
7
8export functionuseTheme(mode = 'rave') {
9  const isRave = computed(() => mode ==='rave')
10  return { palette, isRave }
11}
the palette

Eight hues, fully charged

Click any swatch to copy its hex.

#050506
#0A0A0B
#131316
#1C1C20
#26262B
#303036
see it glow

Across the stack

terminal · ANSI palette
grimicorn — zsh — 96×24
grimicorn@dev~/code % git status
On branch main · up to date with origin/main
Changes to be committed:
  new file: src/neon.ts
  modified: theme.ts
  deleted: calm.css
grimicorn@dev~/code % npm run build
built 14 modules in 0.92s
grimicorn@dev~/code %
git diff · Git Tower
theme.ts — Tower
@@ -11,8 +11,8 @@ export const grimicorn
  base: '#1C1C20',
-  accent: '#5C6BC0',
+  accent: '#2323FF',
  cursor: '#A3E635',
-  comment: '#888888',
+  comment: '#A7A39C',
  error: '#FF2D9B',
markdown · heading waterfall
notes.md — Obsidian
# Grimicorn Neon

The grim reaper, plugged into the mains.

## Philosophy

Near-black base, neon syntax, everything turned up to 11.

### Accent order
  • Blue → Purple → Teal
  • Green = success, Pink = error
#### Heading four
##### Heading five
###### Heading six
"Loud by default." — const calm = false

Read the full palette →

get the theme

Fourteen ports

Dark-only, one neon file each. Grab one, or take the whole set.

Claude Codefeatured

Terminal-agent palette — diffs, prompts, plan & accept modes.

install

Drop the JSON into ~/.claude/themes/, then select Grimicorn Neon from the theme menu.

docs →
Ghosttyfeatured

Terminal config — background, foreground, cursor & the 16-color ANSI palette.

install

Drop it in ~/.config/ghostty/themes/ and set theme = grimicorn-neon, or include it with config-file = ….

docs →
Git Towerfeatured

Diff & syntax theme for the Tower git client.

install

Double-click the .towertheme to install, then pick it in Tower → Settings → Git Config / Appearance.

docs →
Obsidianfeatured

Vault theme with the full neon heading-color waterfall.

install

Place both files in .obsidian/themes/Grimicorn Neon/, then Settings → Appearance → Grimicorn Neon.

docs →
VS Codefeatured

Full editor + workbench theme, glowing on near-black.

install

Drop the file into a folder with a package.json under ~/.vscode/extensions/grimicorn-neon/, reload, then pick Grimicorn Neon in ⌘K ⌘T.

docs →
Antigravity

Google's agentic IDE (VS Code-based) — the full neon editor theme.

install

Load it like any VS Code theme — a folder with a package.json in Antigravity's extensions directory — then pick Grimicorn Neon.

docs →
Cursor

AI-first VS Code fork — the same neon editor + workbench theme.

install

Drop the file into a folder with a package.json under ~/.cursor/extensions/grimicorn-neon/, reload, then pick Grimicorn Neon in ⌘K ⌘T.

docs →
Devin

Cognition's AI engineer — neon for its VS Code-based workspace editor.

install

Devin's workspace runs a VS Code editor — load it as a VS Code color theme, then select Grimicorn Neon.

docs →
iTerm2

Color preset for the macOS terminal favorite.

install

Settings → Profiles → Colors → Color Presets…Import, then select the preset.

docs →
JetBrains IDE

Editor color scheme for IntelliJ, WebStorm, PyCharm & the rest.

install

Settings → Editor → Color Scheme → ⚙︎ → Import Scheme…, choose the .icls, then select Grimicorn Neon.

docs →
macOS Terminal

Native Terminal.app profile.

install

Double-click the file (or Settings → Profiles → ⚙︎ → Import), then set as default.

docs →
Shiki

TextMate theme for any Shiki-based site — neon syntax on near-black.

install

Parse the .tmTheme with a plist reader and pass the object to Shiki's theme option (VitePress, Astro, etc.).

docs →
tmux

Status-line theme — session pill, window tabs, pane borders & copy mode.

install

Add source-file ~/path/grimicorn-neon-tmux.conf to your .tmux.conf, then reload with tmux source-file ~/.tmux.conf.

docs →
Warp

YAML theme — accent, background & the full 16-color ANSI set.

install

Copy the file into ~/.warp/themes/, then Settings → Appearance → Themes → Grimicorn Neon.

docs →