Red Planet
~/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 Planet"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c2b790 background = #222222 cursor-color = #c2b790 palette = 0=#202020 palette = 1=#8c3432 palette = 2=#728271 palette = 3=#e8bf6a palette = 4=#69819e palette = 5=#896492 palette = 6=#5b8390 palette = 7=#b9aa99 palette = 8=#676767 palette = 9=#b55242 palette = 10=#869985 palette = 11=#ebeb91 palette = 12=#60827e palette = 13=#de4974 palette = 14=#38add8 palette = 15=#d6bfb8
Similar Themes
~/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
Arthur
~/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
Atom One Dark
~/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
Birds Of Paradise
~/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