Twilight
~/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 "Twilight"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffd4 background = #141414 cursor-color = #ffffff palette = 0=#141414 palette = 1=#c06d44 palette = 2=#afb97a palette = 3=#c2a86c palette = 4=#44474a palette = 5=#b4be7c palette = 6=#778385 palette = 7=#ffffd4 palette = 8=#404040 palette = 9=#de7c4c palette = 10=#ccd88c palette = 11=#e2c47e palette = 12=#5a5e62 palette = 13=#d0dc8e palette = 14=#8a989b palette = 15=#ffffd4