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
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 "Nord"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d8dee9 background = #2e3440 cursor-color = #eceff4 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=#596377 palette = 9=#bf616a palette = 10=#a3be8c palette = 11=#ebcb8b palette = 12=#81a1c1 palette = 13=#b48ead palette = 14=#8fbcbb palette = 15=#eceff4
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
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
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