Synthwave Everything
~/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 "Synthwave Everything"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f0eff1 background = #2a2139 cursor-color = #72f1b8 palette = 0=#fefefe palette = 1=#f97e72 palette = 2=#72f1b8 palette = 3=#fede5d palette = 4=#6d77b3 palette = 5=#c792ea palette = 6=#f772e0 palette = 7=#fefefe palette = 8=#fefefe palette = 9=#f88414 palette = 10=#72f1b8 palette = 11=#fff951 palette = 12=#36f9f6 palette = 13=#e1acff palette = 14=#f92aad palette = 15=#fefefe