Doom Peacock
~/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 "Doom Peacock"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ede0ce background = #2b2a27 cursor-color = #9c9c9d palette = 0=#1c1f24 palette = 1=#cb4b16 palette = 2=#26a6a6 palette = 3=#bcd42a palette = 4=#2a6cc6 palette = 5=#a9a1e1 palette = 6=#5699af palette = 7=#ede0ce palette = 8=#51504d palette = 9=#ff5d38 palette = 10=#98be65 palette = 11=#e6f972 palette = 12=#51afef palette = 13=#c678dd palette = 14=#46d9ff palette = 15=#dfdfdf