The Hulk
~/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 "The Hulk"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b5b5b5 background = #1b1d1e cursor-color = #16b61b palette = 0=#1b1d1e palette = 1=#269d1b palette = 2=#13ce30 palette = 3=#63e457 palette = 4=#2525f5 palette = 5=#712c81 palette = 6=#378ca9 palette = 7=#d9d8d1 palette = 8=#505354 palette = 9=#8dff2a palette = 10=#48ff77 palette = 11=#3afe16 palette = 12=#506b95 palette = 13=#72589d palette = 14=#4085a6 palette = 15=#e5e6e1
Similar Themes
~/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
Alien Blood
~/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
Black Metal (Burzum)
~/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
Darkermatrix
~/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