Material Design Colors
~/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 "Material Design Colors"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e7ebed background = #1d262a cursor-color = #eaeaea palette = 0=#435b67 palette = 1=#fc3841 palette = 2=#5cf19e palette = 3=#fed032 palette = 4=#37b6ff palette = 5=#fc226e palette = 6=#59ffd1 palette = 7=#ffffff palette = 8=#a1b0b8 palette = 9=#fc746d palette = 10=#adf7be palette = 11=#fee16c palette = 12=#70cfff palette = 13=#fc669b palette = 14=#9affe6 palette = 15=#ffffff