Tomorrow Night Eighties
~/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 "Tomorrow Night Eighties"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cccccc background = #2d2d2d cursor-color = #cccccc palette = 0=#000000 palette = 1=#f2777a palette = 2=#99cc99 palette = 3=#ffcc66 palette = 4=#6699cc palette = 5=#cc99cc palette = 6=#66cccc palette = 7=#ffffff palette = 8=#595959 palette = 9=#f2777a palette = 10=#99cc99 palette = 11=#ffcc66 palette = 12=#6699cc palette = 13=#cc99cc palette = 14=#66cccc palette = 15=#ffffff