Srcery
~/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 "Srcery"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fce8c3 background = #1c1b19 cursor-color = #fbb829 palette = 0=#1c1b19 palette = 1=#ef2f27 palette = 2=#519f50 palette = 3=#fbb829 palette = 4=#2c78bf palette = 5=#e02c6d palette = 6=#0aaeb3 palette = 7=#baa67f palette = 8=#918175 palette = 9=#f75341 palette = 10=#98bc37 palette = 11=#fed06e palette = 12=#68a8e4 palette = 13=#ff5c8f palette = 14=#2be4d0 palette = 15=#fce8c3