Nvim Light
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Color Palette
fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Setup
Run this command in your terminal. Reload open terminals for the theme to take effect.
cmux themes set --light "Nvim Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #14161b background = #e0e2ea cursor-color = #9b9ea4 palette = 0=#07080d palette = 1=#590008 palette = 2=#005523 palette = 3=#6b5300 palette = 4=#004c73 palette = 5=#470045 palette = 6=#007373 palette = 7=#a1a4ab palette = 8=#4f5258 palette = 9=#590008 palette = 10=#005523 palette = 11=#6b5300 palette = 12=#004c73 palette = 13=#470045 palette = 14=#007373 palette = 15=#eef1f8
Similar Themes
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Breadog
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Coffee Theme
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Hot Dog Stand (Mustard)
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world