Iceberg 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 "Iceberg Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #33374c background = #e8e9ec cursor-color = #33374c palette = 0=#dcdfe7 palette = 1=#cc517a palette = 2=#668e3d palette = 3=#c57339 palette = 4=#2d539e palette = 5=#7759b4 palette = 6=#3f83a6 palette = 7=#33374c palette = 8=#8389a3 palette = 9=#cc3768 palette = 10=#598030 palette = 11=#b6662d palette = 12=#22478e palette = 13=#6845ad palette = 14=#327698 palette = 15=#262a3f