Nightfox
~/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 --dark "Nightfox"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cdcecf background = #192330 cursor-color = #cdcecf palette = 0=#393b44 palette = 1=#c94f6d palette = 2=#81b29a palette = 3=#dbc074 palette = 4=#719cd6 palette = 5=#9d79d6 palette = 6=#63cdcf palette = 7=#dfdfe0 palette = 8=#575860 palette = 9=#d16983 palette = 10=#8ebaa4 palette = 11=#e0c989 palette = 12=#86abdc palette = 13=#baa1e2 palette = 14=#7ad5d6 palette = 15=#e4e4e5