No Clown Fiesta
~/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 "No Clown Fiesta"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e0e1e4 background = #101010 cursor-color = #e0e1e4 palette = 0=#151515 palette = 1=#b46958 palette = 2=#90a959 palette = 3=#f4bf75 palette = 4=#bad7ff palette = 5=#aa759f palette = 6=#88afa2 palette = 7=#e1e1e1 palette = 8=#727272 palette = 9=#7e97ab palette = 10=#90a959 palette = 11=#f4bf75 palette = 12=#bad7ff palette = 13=#aa759f palette = 14=#88afa2 palette = 15=#afafaf
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
Arthur
~/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
Atom One 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
Birds Of Paradise
~/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