Idle Toes
~/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 "Idle Toes"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #323232 cursor-color = #d6d6d6 palette = 0=#323232 palette = 1=#d25252 palette = 2=#7fe173 palette = 3=#ffc66d palette = 4=#4099ff palette = 5=#f680ff palette = 6=#bed6ff palette = 7=#eeeeec palette = 8=#606060 palette = 9=#f07070 palette = 10=#9dff91 palette = 11=#ffe48b palette = 12=#5eb7f7 palette = 13=#ff9dff palette = 14=#dcf4ff palette = 15=#ffffff