Material
~/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 --light "Material"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #232322 background = #eaeaea cursor-color = #16afca palette = 0=#212121 palette = 1=#b7141f palette = 2=#457b24 palette = 3=#f6981e palette = 4=#134eb2 palette = 5=#560088 palette = 6=#0e717c palette = 7=#afafaf palette = 8=#424242 palette = 9=#e83b3f palette = 10=#7aba3a palette = 11=#bfaa00 palette = 12=#54a4f3 palette = 13=#aa4dbc palette = 14=#26bbd1 palette = 15=#d9d9d9
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
Alabaster
~/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
Apple System Colors Light
~/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
Breadog
~/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