Grey Green
~/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 "Grey Green"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #002a1a cursor-color = #fff400 palette = 0=#000000 palette = 1=#fe1414 palette = 2=#74ff00 palette = 3=#f1ff01 palette = 4=#00deff palette = 5=#ff00f0 palette = 6=#00ffbc palette = 7=#ffffff palette = 8=#666666 palette = 9=#ff3939 palette = 10=#00ff44 palette = 11=#ffd100 palette = 12=#00afff palette = 13=#ff008a palette = 14=#00ffd3 palette = 15=#f5ecec