Duotone 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 "Duotone Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b7a1ff background = #1f1d27 cursor-color = #ff9839 palette = 0=#1f1d27 palette = 1=#d9393e palette = 2=#2dcd73 palette = 3=#d9b76e palette = 4=#ffc284 palette = 5=#de8d40 palette = 6=#2488ff palette = 7=#b7a1ff palette = 8=#4e4a60 palette = 9=#d9393e palette = 10=#2dcd73 palette = 11=#d9b76e palette = 12=#ffc284 palette = 13=#de8d40 palette = 14=#2488ff palette = 15=#eae5ff