https://github.com/dev-xero/ghostty-tundra
Port of Neovim's Tundra theme to Ghostty
https://github.com/dev-xero/ghostty-tundra
ghostty neovim theme tty
Last synced: 3 months ago
JSON representation
Port of Neovim's Tundra theme to Ghostty
- Host: GitHub
- URL: https://github.com/dev-xero/ghostty-tundra
- Owner: dev-xero
- Created: 2025-06-09T08:51:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T09:18:15.000Z (4 months ago)
- Last Synced: 2025-06-09T10:25:36.196Z (4 months ago)
- Topics: ghostty, neovim, theme, tty
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ghostty Tundra

A port of NvChad's Tundra theme based on [sam4llis' palette](https://github.com/sam4llis/nvim-tundra) to Ghostty, just because I couldn't find any.
## Palette (Ghostty)
```ini
palette = 0=#111827
palette = 1=#FCA5A5
palette = 2=#B5E8B0
palette = 3=#E8D4B0
palette = 4=#A5B4FC
palette = 5=#BDB0E4
palette = 6=#BAE6FD
palette = 7=#F3F4F6
palette = 8=#3e4554
palette = 9=#ff8e8e
palette = 10=#B5E8B0
palette = 11=#f2deba
palette = 12=#9baaf2
palette = 13=#b3a6da
palette = 14=#719bd3
palette = 15=#FFFFFFbackground = 111827
foreground = f3f4f6
cursor-color = a5b4fc
selection-background = 282f3e
selection-foreground = e5e7eb
```## Instructions
I've only tested this on Ghostty v1.1.3 on Debian (stable)
1. Create your Ghostty config directory if you haven't already.
```bash
mkdir -p ~/.config/ghostty/themes
cd ~/.config/ghostty/themes
```2. Create the Tundra palette file.
```bash
touch Tundra
```3. Paste the contents of the palette above or just copy the file.
4. Create the config file if it doesn't exist.
```bash
cd ~/.config/ghostty
touch config # skip this line if it already exists
```5. Set your Ghostty theme to Tundra in the config file.
```ini
theme = Tundra
```