Elemental
~/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 "Elemental"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #807a74 background = #22211d cursor-color = #facb80 palette = 0=#3c3c30 palette = 1=#98290f palette = 2=#479a43 palette = 3=#7f7111 palette = 4=#497f7d palette = 5=#7f4e2f palette = 6=#387f58 palette = 7=#807974 palette = 8=#555445 palette = 9=#e0502a palette = 10=#61e070 palette = 11=#d69927 palette = 12=#79d9d9 palette = 13=#cd7c54 palette = 14=#59d599 palette = 15=#fff1e9