GitHub Dark 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 --dark "GitHub Dark Colorblind"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c9d1d9 background = #0d1117 cursor-color = #58a6ff palette = 0=#484f58 palette = 1=#ec8e2c palette = 2=#58a6ff palette = 3=#d29922 palette = 4=#58a6ff palette = 5=#bc8cff palette = 6=#39c5cf palette = 7=#b1bac4 palette = 8=#6e7681 palette = 9=#fdac54 palette = 10=#79c0ff palette = 11=#e3b341 palette = 12=#79c0ff palette = 13=#d2a8ff palette = 14=#56d4dd palette = 15=#ffffff
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
Blue Dolphin
~/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
Borland
~/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
Carbonfox
~/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