iTerm2 Tango Dark
~/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 "iTerm2 Tango Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #000000 cursor-color = #ffffff palette = 0=#000000 palette = 1=#d81e00 palette = 2=#5ea702 palette = 3=#cfae00 palette = 4=#427ab3 palette = 5=#89658e palette = 6=#00a7aa palette = 7=#dbded8 palette = 8=#686a66 palette = 9=#f54235 palette = 10=#99e343 palette = 11=#fdeb61 palette = 12=#84b0d8 palette = 13=#bc94b7 palette = 14=#37e6e8 palette = 15=#f1f1f0
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
iTerm2 Default
~/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
12-bit Rainbow
~/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
Abernathy
~/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