Symfonic
~/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 "Symfonic"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #000000 cursor-color = #dc322f palette = 0=#000000 palette = 1=#dc322f palette = 2=#56db3a palette = 3=#ff8400 palette = 4=#0084d4 palette = 5=#b729d9 palette = 6=#ccccff palette = 7=#ffffff palette = 8=#414347 palette = 9=#dc322f palette = 10=#56db3a palette = 11=#ff8400 palette = 12=#0084d4 palette = 13=#b729d9 palette = 14=#ccccff palette = 15=#ffffff