Everforest Light Med
~/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 "Everforest Light Med"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #5c6a72 background = #efebd4 cursor-color = #f57d26 palette = 0=#7a8478 palette = 1=#e67e80 palette = 2=#9ab373 palette = 3=#c1a266 palette = 4=#7fbbb3 palette = 5=#d699b6 palette = 6=#83c092 palette = 7=#b2af9f palette = 8=#a6b0a0 palette = 9=#f85552 palette = 10=#8da101 palette = 11=#dfa000 palette = 12=#3a94c5 palette = 13=#df69ba palette = 14=#35a77c palette = 15=#fffbef