Dark and light themes for Ghostty, ported from VS Code's Dark Modern 2026: red keywords, purple functions, teal types and light-blue strings.
| Target | Repository | |
|---|---|---|
| Neovim | code-2026-theme/nvim | colorscheme plugin |
| Ghostty | code-2026-theme/ghostty | this repo |
| kitty | code-2026-theme/kitty | terminal theme |
| Xcode | code-2026-theme/xcode | editor theme |
| Obsidian | code-2026-theme/obsidian | app theme |
| Yazi | code-2026-theme/yazi | file manager |
Every port shares one palette, so :terminal inside Neovim renders identically to the host
terminal.
Use the install script (backs up existing themes):
./install.shOr copy the theme into Ghostty's themes directory:
cp themes/code-2026.conf ~/.config/ghostty/themes/code-2026
# or for the light variant:
cp themes/light-2026.conf ~/.config/ghostty/themes/light-2026Then in ~/.config/ghostty/config:
theme = code-2026
# or
theme = light-2026Or keep this repo cloned and point at it directly:
config-file = /path/to/code-2026/themes/code-2026.conf| Normal | Bright | ||
|---|---|---|---|
| black | #202122 |
bright black | #555555 |
| red | #ff7b72 |
bright red | #ffa198 |
| green | #7ee787 |
bright green | #91eb99 |
| yellow | #cd9731 |
bright yellow | #ffa657 |
| blue | #79c0ff |
bright blue | #a5d6ff |
| magenta | #d2a8ff |
bright magenta | #b267e6 |
| cyan | #4ec9b0 |
bright cyan | #71d4c0 |
| white | #bbbebf |
bright white | #ffffff |
Background #121314, foreground #bbbebf, cursor #bbbebf on #121314, selection
#276782 with #ffffff text.
| Normal | Bright | ||
|---|---|---|---|
| black | #f0f1f2 |
bright black | #999999 |
| red | #cf222e |
bright red | #cf222e |
| green | #116329 |
bright green | #116329 |
| yellow | #953800 |
bright yellow | #953800 |
| blue | #0550ae |
bright blue | #0550ae |
| magenta | #8250df |
bright magenta | #8250df |
| cyan | #116329 |
bright cyan | #116329 |
| white | #202020 |
bright white | #ffffff |
Background #FFFFFF, foreground #202020, cursor #0069CC on #FFFFFF, selection
#C2DAF5 with #202020 text.
Palette from Microsoft's VS Code Dark Modern 2026 theme, by way of D0nw0r/dark2026.nvim (MIT).