IR Black
~/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 "IR Black"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f1f1f1 background = #000000 cursor-color = #808080 palette = 0=#4f4f4f palette = 1=#fa6c60 palette = 2=#a8ff60 palette = 3=#fffeb7 palette = 4=#96cafe palette = 5=#fa73fd palette = 6=#c6c5fe palette = 7=#efedef palette = 8=#7b7b7b palette = 9=#fcb6b0 palette = 10=#cfffab palette = 11=#ffffcc palette = 12=#b5dcff palette = 13=#fb9cfe palette = 14=#e0e0fe palette = 15=#ffffff