Galaxy
~/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 "Galaxy"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #1d2837 cursor-color = #bbbbbb palette = 0=#000000 palette = 1=#f9555f palette = 2=#21b089 palette = 3=#fef02a palette = 4=#589df6 palette = 5=#944d95 palette = 6=#1f9ee7 palette = 7=#bbbbbb palette = 8=#555555 palette = 9=#fa8c8f palette = 10=#35bb9a palette = 11=#ffff55 palette = 12=#589df6 palette = 13=#e75699 palette = 14=#3979bc palette = 15=#ffffff