iTerm2 Smoooooth
~/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 Smoooooth"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dcdcdc background = #15191f cursor-color = #ffffff palette = 0=#14191e palette = 1=#b43c2a palette = 2=#00c200 palette = 3=#c7c400 palette = 4=#2744c7 palette = 5=#c040be palette = 6=#00c5c7 palette = 7=#c7c7c7 palette = 8=#686868 palette = 9=#dd7975 palette = 10=#58e790 palette = 11=#ece100 palette = 12=#a7abf2 palette = 13=#e17ee1 palette = 14=#60fdff palette = 15=#ffffff