Solarized Dark Higher Contrast
~/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 Higher Contrast"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #9cc2c3 background = #001e27 cursor-color = #f34b00 palette = 0=#002831 palette = 1=#d11c24 palette = 2=#6cbe6c palette = 3=#a57706 palette = 4=#2176c7 palette = 5=#c61c6f palette = 6=#259286 palette = 7=#eae3cb palette = 8=#006488 palette = 9=#f5163b palette = 10=#51ef84 palette = 11=#b27e28 palette = 12=#178ec8 palette = 13=#e24d8e palette = 14=#00b39e palette = 15=#fcf4dc