Retro Legends
~/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 "Retro Legends"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #45eb45 background = #0d0d0d cursor-color = #45eb45 palette = 0=#262626 palette = 1=#de5454 palette = 2=#45eb45 palette = 3=#f7bf2b palette = 4=#4066f2 palette = 5=#bf4cf2 palette = 6=#40d9e6 palette = 7=#bfe6bf palette = 8=#4c594c palette = 9=#ff6666 palette = 10=#59ff59 palette = 11=#ffd933 palette = 12=#4c80ff palette = 13=#e666ff palette = 14=#59e6ff palette = 15=#f2fff2