GitHub Dark Default
~/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 Default"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e6edf3 background = #0d1117 cursor-color = #2f81f7 palette = 0=#484f58 palette = 1=#ff7b72 palette = 2=#3fb950 palette = 3=#d29922 palette = 4=#58a6ff palette = 5=#bc8cff palette = 6=#39c5cf palette = 7=#b1bac4 palette = 8=#6e7681 palette = 9=#ffa198 palette = 10=#56d364 palette = 11=#e3b341 palette = 12=#79c0ff palette = 13=#d2a8ff palette = 14=#56d4dd palette = 15=#ffffff