GitHub Light 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 --light "GitHub Light High Contrast"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #0e1116 background = #ffffff cursor-color = #0349b4 palette = 0=#0e1116 palette = 1=#a0111f palette = 2=#024c1a palette = 3=#3f2200 palette = 4=#0349b4 palette = 5=#622cbc palette = 6=#1b7c83 palette = 7=#66707b palette = 8=#4b535d palette = 9=#86061d palette = 10=#055d20 palette = 11=#4e2c00 palette = 12=#1168e3 palette = 13=#844ae7 palette = 14=#3192aa palette = 15=#88929d