Tango Half Adapted
~/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 --light "Tango Half Adapted"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #000000 background = #ffffff cursor-color = #000000 palette = 0=#000000 palette = 1=#ff0000 palette = 2=#4cc300 palette = 3=#e2c000 palette = 4=#008ef6 palette = 5=#a96cb3 palette = 6=#00bdc3 palette = 7=#babfb5 palette = 8=#797d76 palette = 9=#ff0013 palette = 10=#70dc00 palette = 11=#d9c600 palette = 12=#76bfff palette = 13=#d898d1 palette = 14=#00d0d4 palette = 15=#f4f4f2