Violet 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 "Violet Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #708284 background = #1c1d1f cursor-color = #708284 palette = 0=#56595c palette = 1=#c94c22 palette = 2=#85981c palette = 3=#b4881d palette = 4=#2e8bce palette = 5=#d13a82 palette = 6=#32a198 palette = 7=#c9c6bd palette = 8=#45484b palette = 9=#bd3613 palette = 10=#738a04 palette = 11=#a57705 palette = 12=#2176c7 palette = 13=#c61c6f palette = 14=#259286 palette = 15=#c9c6bd
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
Batman
~/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
Crayon Pony Fish
~/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
Elemental
~/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