Pluto Neutral – a near-black neutral background with the same syntax and accent colors
Screenshots
Ghostty
The same two palettes are generated for the Ghostty terminal.
Copy them into Ghostty's themes directory:
npm install
npm run build
npm run install:ghostty
Then pick one in ~/.config/ghostty/config:
theme = pluto
# or switch by system appearance:
# theme = light:pluto,dark:pluto-neutral
Reload the config (cmd+shift+,) or relaunch Ghostty.
Development
Themes are generated from the source in src/. shared.json holds the colors every
variant shares; each file in src/variants/ sets a variant's name and UI colors. Run
npm run build to regenerate the VS Code themes in themes/ and the Ghostty themes in
ghostty/.