Nordfox
~/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 "Nordfox"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cdcecf background = #2e3440 cursor-color = #cdcecf palette = 0=#3b4252 palette = 1=#bf616a palette = 2=#a3be8c palette = 3=#ebcb8b palette = 4=#81a1c1 palette = 5=#b48ead palette = 6=#88c0d0 palette = 7=#e5e9f0 palette = 8=#53648d palette = 9=#d06f79 palette = 10=#b1d196 palette = 11=#f0d399 palette = 12=#8cafd2 palette = 13=#c895bf palette = 14=#93ccdc palette = 15=#e7ecf4
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
Nord
~/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
Onenord
~/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
Birds Of Paradise
~/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