Breeze
~/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 "Breeze"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eff0f1 background = #31363b cursor-color = #eff0f1 palette = 0=#31363b palette = 1=#ed1515 palette = 2=#11d116 palette = 3=#f67400 palette = 4=#1d99f3 palette = 5=#9b59b6 palette = 6=#1abc9c palette = 7=#eff0f1 palette = 8=#7f8c8d palette = 9=#c0392b palette = 10=#1cdc9a palette = 11=#fdbc4b palette = 12=#3daee9 palette = 13=#8e44ad palette = 14=#16a085 palette = 15=#fcfcfc