GitHub Light Colorblind
~/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 Colorblind"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #24292f background = #ffffff cursor-color = #0969da palette = 0=#24292f palette = 1=#b35900 palette = 2=#0550ae palette = 3=#4d2d00 palette = 4=#0969da palette = 5=#8250df palette = 6=#1b7c83 palette = 7=#6e7781 palette = 8=#57606a palette = 9=#8a4600 palette = 10=#0969da palette = 11=#633c01 palette = 12=#218bff palette = 13=#a475f9 palette = 14=#3192aa palette = 15=#8c959f
Similar Themes
~/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
GitHub Light 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
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
Aizen Light
~/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