Vague
~/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 "Vague"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cdcdcd background = #141415 cursor-color = #cdcdcd palette = 0=#252530 palette = 1=#d8647e palette = 2=#7fa563 palette = 3=#f3be7c palette = 4=#6e94b2 palette = 5=#bb9dbd palette = 6=#aeaed1 palette = 7=#cdcdcd palette = 8=#606079 palette = 9=#e08398 palette = 10=#99b782 palette = 11=#f5cb96 palette = 12=#8ba9c1 palette = 13=#c9b1ca palette = 14=#bebeda palette = 15=#d7d7d7
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
Doom One
~/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