Cyberdyne
~/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 "Cyberdyne"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #00ff92 background = #151144 cursor-color = #00ff9c palette = 0=#080808 palette = 1=#ff8373 palette = 2=#00c172 palette = 3=#d2a700 palette = 4=#0071cf palette = 5=#ff90fe palette = 6=#6bffdd palette = 7=#f1f1f1 palette = 8=#484848 palette = 9=#ffc4be palette = 10=#d6fcba palette = 11=#fffed5 palette = 12=#c2e3ff palette = 13=#ffb2fe palette = 14=#e6e7fe 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
Borland
~/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
Django Smooth
~/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
Fairyfloss
~/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