CLRS
~/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 --light "CLRS"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #262626 background = #ffffff cursor-color = #62c6ef palette = 0=#000000 palette = 1=#f8282a palette = 2=#328a5d palette = 3=#fa701d palette = 4=#135cd0 palette = 5=#9f00bd palette = 6=#33c3c1 palette = 7=#b3b3b3 palette = 8=#555753 palette = 9=#fb0416 palette = 10=#2cc631 palette = 11=#e3bd0e palette = 12=#1670ff palette = 13=#e900b0 palette = 14=#3ad5ce palette = 15=#eeeeec