Spiderman
~/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 "Spiderman"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e3e3e3 background = #1b1d1e cursor-color = #2c3fff palette = 0=#1b1d1e palette = 1=#e60813 palette = 2=#e22928 palette = 3=#e24756 palette = 4=#2c3fff palette = 5=#2435db palette = 6=#3256ff palette = 7=#fffef6 palette = 8=#505354 palette = 9=#ff0325 palette = 10=#ff3338 palette = 11=#fe3a35 palette = 12=#1d50ff palette = 13=#747cff palette = 14=#6184ff palette = 15=#fffff9