iTerm2 Tango Light
~/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 "iTerm2 Tango Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #000000 background = #ffffff cursor-color = #000000 palette = 0=#000000 palette = 1=#d81e00 palette = 2=#5ea702 palette = 3=#cfae00 palette = 4=#427ab3 palette = 5=#89658e palette = 6=#00a7aa palette = 7=#c1c4be palette = 8=#686a66 palette = 9=#f54235 palette = 10=#8cd636 palette = 11=#d7c53b palette = 12=#84b0d8 palette = 13=#bc94b7 palette = 14=#1eccce 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 Light Background
~/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
Adwaita
~/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
Alabaster
~/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