Red Sands
~/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 "Red Sands"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d7c9a7 background = #7a251e cursor-color = #ffffff palette = 0=#000000 palette = 1=#ff3f00 palette = 2=#00bb00 palette = 3=#e7b000 palette = 4=#0072ff palette = 5=#bb00bb palette = 6=#00bbbb palette = 7=#bbbbbb palette = 8=#6e6e6e palette = 9=#d41a1a palette = 10=#00bb00 palette = 11=#e7b000 palette = 12=#0072ae palette = 13=#ff55ff palette = 14=#55ffff palette = 15=#ffffff