Seoulbones 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 "Seoulbones Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #555555 background = #e2e2e2 cursor-color = #555555 palette = 0=#e2e2e2 palette = 1=#dc5284 palette = 2=#628562 palette = 3=#c48562 palette = 4=#0084a3 palette = 5=#896788 palette = 6=#008586 palette = 7=#555555 palette = 8=#a5a0a1 palette = 9=#be3c6d palette = 10=#487249 palette = 11=#a76b48 palette = 12=#006f89 palette = 13=#7f4c7e palette = 14=#006f70 palette = 15=#777777
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
Neobones 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
Vimbones
~/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
Zenbones
~/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