GitHub Dark Dimmed
~/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 "GitHub Dark Dimmed"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #adbac7 background = #22272e cursor-color = #539bf5 palette = 0=#545d68 palette = 1=#f47067 palette = 2=#57ab5a palette = 3=#c69026 palette = 4=#539bf5 palette = 5=#b083f0 palette = 6=#39c5cf palette = 7=#909dab palette = 8=#636e7b palette = 9=#ff938a palette = 10=#6bc46d palette = 11=#daaa3f palette = 12=#6cb6ff palette = 13=#dcbdfb palette = 14=#56d4dd palette = 15=#cdd9e5