Crayon Pony Fish
~/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 "Crayon Pony Fish"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #68525a background = #150707 cursor-color = #68525a palette = 0=#2b1b1d palette = 1=#91002b palette = 2=#579524 palette = 3=#ab311b palette = 4=#8c87b0 palette = 5=#692f50 palette = 6=#e8a866 palette = 7=#68525a palette = 8=#4a383b palette = 9=#c5255d palette = 10=#8dff57 palette = 11=#c8381d palette = 12=#cfc9ff palette = 13=#fc6cba palette = 14=#ffceaf palette = 15=#b0949d