Paul Millr
~/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 "Paul Millr"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f2f2f2 background = #000000 cursor-color = #4d4d4d palette = 0=#2a2a2a palette = 1=#ff0000 palette = 2=#79ff0f palette = 3=#e7bf00 palette = 4=#396bd7 palette = 5=#b449be palette = 6=#66ccff palette = 7=#bbbbbb palette = 8=#666666 palette = 9=#ff0080 palette = 10=#66ff66 palette = 11=#f3d64e palette = 12=#709aed palette = 13=#db67e6 palette = 14=#7adff2 palette = 15=#ffffff