Later This Evening
~/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 "Later This Evening"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #959595 background = #222222 cursor-color = #4f4f4f palette = 0=#2b2b2b palette = 1=#d45a60 palette = 2=#afba67 palette = 3=#e5d289 palette = 4=#a0bad6 palette = 5=#c092d6 palette = 6=#91bfb7 palette = 7=#494a4a palette = 8=#525454 palette = 9=#d3232f palette = 10=#aabb39 palette = 11=#e5be39 palette = 12=#6699d6 palette = 13=#ab53d6 palette = 14=#5fc0ae palette = 15=#c1c2c2