Nullframe — my editor theme
A minimal, low-contrast dark theme for VS Code, built from the sush.dev palette. Deep #0a0a0a black, four accent variants — Violet, Blue, Emerald, and Red — and a syntax palette tuned to match this site. Now on the Marketplace, free to install.
Syntax highlighting in the Nullframe palette. Accent tokens follow whichever accent you've picked for the site.
// sush.dev — themed to match the siteimport { createPageMetadata } from '@/lib/metadata'export const accent: Accent = { hue: 267, name: 'violet',}function render(theme: Theme) { return paint(theme.accent)}Four accent flavours share the same low-contrast base and syntax palette — only the editor chrome (cursor, selection, links, buttons) changes hue.
- 1
Open the Extensions view
In VS Code, open Extensions (⌘/Ctrl Shift X).
- 2
Search for Nullframe
Type
Nullframein the search box and find the theme by sush-dev. - 3
Click Install
Hit install — no reload required.
- 4
Pick a variant
Open the theme picker (⌘/Ctrl K ⌘/Ctrl T) and choose Nullframe Violet, Blue, Emerald, or Red.
Prefer the CLI? Run code --install-extension sush-dev.nullframe. Source and issues live on GitHub.