Arcoiris
~/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 "Arcoiris"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eee4d9 background = #201f1e cursor-color = #872929 palette = 0=#333333 palette = 1=#da2700 palette = 2=#12c258 palette = 3=#ffc656 palette = 4=#518bfc palette = 5=#e37bd9 palette = 6=#63fad5 palette = 7=#bab2b2 palette = 8=#777777 palette = 9=#ffb9b9 palette = 10=#e3f6aa palette = 11=#ffddaa palette = 12=#b3e8f3 palette = 13=#cbbaf9 palette = 14=#bcffc7 palette = 15=#efefef