Bright Lights
~/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 "Bright Lights"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b3c9d7 background = #191919 cursor-color = #f34b00 palette = 0=#191919 palette = 1=#ff355b palette = 2=#b7e876 palette = 3=#ffc251 palette = 4=#76d4ff palette = 5=#ba76e7 palette = 6=#6cbfb5 palette = 7=#c2c8d7 palette = 8=#4c4c4c palette = 9=#ff355b palette = 10=#b7e876 palette = 11=#ffc251 palette = 12=#76d5ff palette = 13=#ba76e7 palette = 14=#6cbfb5 palette = 15=#c2c8d7