Seoulbones Dark
~/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 "Seoulbones Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dddddd background = #4b4b4b cursor-color = #e2e2e2 palette = 0=#4b4b4b palette = 1=#e388a3 palette = 2=#98bd99 palette = 3=#ffdf9b palette = 4=#97bdde palette = 5=#a5a6c5 palette = 6=#6fbdbe palette = 7=#dddddd palette = 8=#797172 palette = 9=#eb99b1 palette = 10=#8fcd92 palette = 11=#ffe5b3 palette = 12=#a2c8e9 palette = 13=#b2b3da palette = 14=#6bcacb palette = 15=#a8a8a8
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
Atom One Dark
~/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
Black Metal (Dark Funeral)
~/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 Frappe
~/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