IC Orange PPL
~/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 "IC Orange PPL"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffcb83 background = #262626 cursor-color = #fc531d palette = 0=#000000 palette = 1=#c13900 palette = 2=#a4a900 palette = 3=#caaf00 palette = 4=#bd6d00 palette = 5=#fc5e00 palette = 6=#f79500 palette = 7=#ffc88a palette = 8=#6a4f2a palette = 9=#ff8c68 palette = 10=#f6ff40 palette = 11=#ffe36e palette = 12=#ffbe55 palette = 13=#fc874f palette = 14=#c69752 palette = 15=#fafaff
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
Batman
~/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
Borland
~/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
Builtin Pastel 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