Neutron
~/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 "Neutron"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e6e8ef background = #1c1e22 cursor-color = #f6f7ec palette = 0=#23252b palette = 1=#b54036 palette = 2=#5ab977 palette = 3=#deb566 palette = 4=#6a7c93 palette = 5=#a4799d palette = 6=#3f94a8 palette = 7=#e6e8ef palette = 8=#494b51 palette = 9=#b54036 palette = 10=#5ab977 palette = 11=#deb566 palette = 12=#6a7c93 palette = 13=#a4799d palette = 14=#3f94a8 palette = 15=#ebedf2