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
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 Scarlet Protocol"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e41951 background = #101116 cursor-color = #76ff9f palette = 0=#101116 palette = 1=#ff0051 palette = 2=#01dc84 palette = 3=#faf945 palette = 4=#0271b6 palette = 5=#c930c7 palette = 6=#00c5c7 palette = 7=#c7c7c7 palette = 8=#686868 palette = 9=#ff6e67 palette = 10=#60fa68 palette = 11=#fffc67 palette = 12=#6871ff palette = 13=#bd35ec palette = 14=#60fdff 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
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
Grass
~/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
Hot Dog Stand
~/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