Cyberpunk
~/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 "Cyberpunk"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e5e5e5 background = #332a57 cursor-color = #21f6bc palette = 0=#000000 palette = 1=#ff7092 palette = 2=#00fbac palette = 3=#fffa6a palette = 4=#00bfff palette = 5=#df95ff palette = 6=#86cbfe palette = 7=#ffffff palette = 8=#595959 palette = 9=#ff8aa4 palette = 10=#21f6bc palette = 11=#fff787 palette = 12=#1bccfd palette = 13=#e6aefe palette = 14=#99d6fc palette = 15=#ffffff
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
Rebecca
~/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
Blue Dolphin
~/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
Cyberpunk Scarlet Protocol
~/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