Nord 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 "Nord Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #414858 background = #e5e9f0 cursor-color = #7bb3c3 palette = 0=#3b4252 palette = 1=#bf616a palette = 2=#96b17f palette = 3=#c5a565 palette = 4=#81a1c1 palette = 5=#b48ead palette = 6=#7bb3c3 palette = 7=#a5abb6 palette = 8=#4c566a palette = 9=#bf616a palette = 10=#96b17f palette = 11=#c5a565 palette = 12=#81a1c1 palette = 13=#b48ead palette = 14=#82afae 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
Catppuccin Latte
~/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
Everforest Light Med
~/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
Novel
~/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