Misterioso
~/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 "Misterioso"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e1e1e0 background = #2d3743 cursor-color = #666666 palette = 0=#000000 palette = 1=#ff4242 palette = 2=#74af68 palette = 3=#ffad29 palette = 4=#338f86 palette = 5=#9414e6 palette = 6=#23d7d7 palette = 7=#e1e1e0 palette = 8=#626262 palette = 9=#ff3242 palette = 10=#74cd68 palette = 11=#ffb929 palette = 12=#23d7d7 palette = 13=#ff37ff palette = 14=#00ede1 palette = 15=#ffffff