Detuned
~/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 "Detuned"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c7c7c7 background = #000000 cursor-color = #c7c7c7 palette = 0=#171717 palette = 1=#fe4386 palette = 2=#a6e32d palette = 3=#e6da73 palette = 4=#0094d9 palette = 5=#9b37ff palette = 6=#50b7d9 palette = 7=#c7c7c7 palette = 8=#686868 palette = 9=#fa80ac palette = 10=#bde371 palette = 11=#fff27f palette = 12=#00beff palette = 13=#be9eff palette = 14=#5ed7ff palette = 15=#ffffff