Guezwhoz
~/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 "Guezwhoz"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d9d9d9 background = #1d1d1d cursor-color = #99d4b1 palette = 0=#333333 palette = 1=#e85181 palette = 2=#7ad694 palette = 3=#b7d074 palette = 4=#5aa0d6 palette = 5=#9a90e0 palette = 6=#58d6ce palette = 7=#d9d9d9 palette = 8=#808080 palette = 9=#e85181 palette = 10=#afd7af palette = 11=#d1ed85 palette = 12=#64b2ed palette = 13=#a398ed palette = 14=#61ede4 palette = 15=#ededed