Onenord 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 "Onenord Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #2e3440 background = #f7f8fa cursor-color = #3879c5 palette = 0=#2e3440 palette = 1=#cb4f53 palette = 2=#48a53d palette = 3=#ee5e25 palette = 4=#3879c5 palette = 5=#9f4aca palette = 6=#3ea1ad palette = 7=#b2b6bd palette = 8=#646a76 palette = 9=#d16366 palette = 10=#5f9e9d palette = 11=#ba793e palette = 12=#1b40a6 palette = 13=#9665af 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
Adwaita
~/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
Aizen 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
Dawnfox
~/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