Idea
~/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 "Idea"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #adadad background = #202020 cursor-color = #bbbbbb palette = 0=#adadad palette = 1=#fc5256 palette = 2=#98b61c palette = 3=#ccb444 palette = 4=#437ee7 palette = 5=#9d74b0 palette = 6=#248887 palette = 7=#4b4b4b palette = 8=#ffffff palette = 9=#fc7072 palette = 10=#98b61c palette = 11=#ffff0b palette = 12=#6c9ced palette = 13=#fc7eff palette = 14=#248887 palette = 15=#181818