Blazer
~/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 "Blazer"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d9e6f2 background = #0d1926 cursor-color = #d9e6f2 palette = 0=#000000 palette = 1=#b87a7a palette = 2=#7ab87a palette = 3=#b8b87a palette = 4=#7a7ab8 palette = 5=#b87ab8 palette = 6=#7ab8b8 palette = 7=#d9d9d9 palette = 8=#4c4c4c palette = 9=#dbbdbd palette = 10=#bddbbd palette = 11=#dbdbbd palette = 12=#bdbddb palette = 13=#dbbddb palette = 14=#bddbdb palette = 15=#ffffff