Hybrid
~/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 "Hybrid"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b7bcba background = #161719 cursor-color = #b7bcba palette = 0=#2a2e33 palette = 1=#b84d51 palette = 2=#b3bf5a palette = 3=#e4b55e palette = 4=#6e90b0 palette = 5=#a17eac palette = 6=#7fbfb4 palette = 7=#b5b9b6 palette = 8=#434548 palette = 9=#8d2e32 palette = 10=#798431 palette = 11=#e58a50 palette = 12=#4b6b88 palette = 13=#6e5079 palette = 14=#4d7b74 palette = 15=#5a626a