Pencil 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
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 "Pencil Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #424242 background = #f1f1f1 cursor-color = #20bbfc palette = 0=#212121 palette = 1=#c30771 palette = 2=#10a778 palette = 3=#a89c14 palette = 4=#008ec4 palette = 5=#523c79 palette = 6=#20a5ba palette = 7=#b3b3b3 palette = 8=#424242 palette = 9=#fb007a palette = 10=#52caa2 palette = 11=#c0b100 palette = 12=#20bbfc palette = 13=#6855de palette = 14=#4fb8cc palette = 15=#f1f1f1
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 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 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