Hipster Green
~/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 "Hipster Green"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #84c138 background = #100b05 cursor-color = #23ff18 palette = 0=#000000 palette = 1=#b6214a palette = 2=#00a600 palette = 3=#bfbf00 palette = 4=#246eb2 palette = 5=#b200b2 palette = 6=#00a6b2 palette = 7=#bfbfbf palette = 8=#666666 palette = 9=#e50000 palette = 10=#86a93e palette = 11=#e5e500 palette = 12=#0000ff palette = 13=#e500e5 palette = 14=#00e5e5 palette = 15=#e5e5e5
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
0x96f
~/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
Aardvark Blue
~/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
Abernathy
~/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