Hurtado
~/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 "Hurtado"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dbdbdb background = #000000 cursor-color = #bbbbbb palette = 0=#575757 palette = 1=#ff1b00 palette = 2=#a5e055 palette = 3=#fbe74a palette = 4=#496487 palette = 5=#fd5ff1 palette = 6=#86e9fe palette = 7=#cbcccb palette = 8=#404040 palette = 9=#d51d00 palette = 10=#a5df55 palette = 11=#fbe84a palette = 12=#89beff palette = 13=#c001c1 palette = 14=#86eafe palette = 15=#dbdbdb