GitHub Dark High Contrast
~/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 High Contrast"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f0f3f6 background = #0a0c10 cursor-color = #71b7ff palette = 0=#7a828e palette = 1=#ff9492 palette = 2=#26cd4d palette = 3=#f0b72f palette = 4=#71b7ff palette = 5=#cb9eff palette = 6=#39c5cf palette = 7=#d9dee3 palette = 8=#9ea7b3 palette = 9=#ffb1af palette = 10=#4ae168 palette = 11=#f7c843 palette = 12=#91cbff palette = 13=#dbb7ff palette = 14=#56d4dd palette = 15=#ffffff