Popping And Locking
~/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 "Popping And Locking"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ebdbb2 background = #181921 cursor-color = #c7c7c7 palette = 0=#1d2021 palette = 1=#cc241d palette = 2=#98971a palette = 3=#d79921 palette = 4=#458588 palette = 5=#b16286 palette = 6=#689d6a palette = 7=#a89984 palette = 8=#928374 palette = 9=#f42c3e palette = 10=#b8bb26 palette = 11=#fabd2f palette = 12=#99c6ca palette = 13=#d3869b palette = 14=#7ec16e palette = 15=#ebdbb2
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
Belafonte Night
~/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
branch
~/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
Embers 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