Hopscotch.256
~/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 "Hopscotch.256"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b9b5b8 background = #322931 cursor-color = #b9b5b8 palette = 0=#322931 palette = 1=#dd464c palette = 2=#8fc13e palette = 3=#fdcc59 palette = 4=#1290bf palette = 5=#c85e7c palette = 6=#149b93 palette = 7=#b9b5b8 palette = 8=#797379 palette = 9=#dd464c palette = 10=#8fc13e palette = 11=#fdcc59 palette = 12=#1290bf palette = 13=#c85e7c palette = 14=#149b93 palette = 15=#ffffff