Solarized Dark Patched
~/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 "Solarized Dark Patched"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #708284 background = #001e27 cursor-color = #708284 palette = 0=#002831 palette = 1=#d11c24 palette = 2=#738a05 palette = 3=#a57706 palette = 4=#2176c7 palette = 5=#c61c6f palette = 6=#259286 palette = 7=#eae3cb palette = 8=#475b62 palette = 9=#bd3613 palette = 10=#475b62 palette = 11=#536870 palette = 12=#708284 palette = 13=#5956ba palette = 14=#819090 palette = 15=#fcf4dc
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
iTerm2 Solarized 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
Alien Blood
~/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
Banana Blueberry
~/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