GitHub Dark
~/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"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #8b949e background = #101216 cursor-color = #c9d1d9 palette = 0=#000000 palette = 1=#f78166 palette = 2=#56d364 palette = 3=#e3b341 palette = 4=#6ca4f8 palette = 5=#db61a2 palette = 6=#2b7489 palette = 7=#ffffff palette = 8=#4d4d4d palette = 9=#f78166 palette = 10=#56d364 palette = 11=#e3b341 palette = 12=#6ca4f8 palette = 13=#db61a2 palette = 14=#2b7489 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
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
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
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