Everforest Dark Hard
~/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 "Everforest Dark Hard"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d3c6aa background = #1e2326 cursor-color = #e69875 palette = 0=#7a8478 palette = 1=#e67e80 palette = 2=#a7c080 palette = 3=#dbbc7f palette = 4=#7fbbb3 palette = 5=#d699b6 palette = 6=#83c092 palette = 7=#f2efdf palette = 8=#a6b0a0 palette = 9=#f85552 palette = 10=#8da101 palette = 11=#dfa000 palette = 12=#3a94c5 palette = 13=#df69ba palette = 14=#35a77c palette = 15=#fffbef