Brogrammer
~/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 "Brogrammer"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d6dbe5 background = #131313 cursor-color = #b9b9b9 palette = 0=#1f1f1f palette = 1=#f81118 palette = 2=#2dc55e palette = 3=#ecba0f palette = 4=#2a84d2 palette = 5=#4e5ab7 palette = 6=#1081d6 palette = 7=#d6dbe5 palette = 8=#d6dbe5 palette = 9=#de352e palette = 10=#1dd361 palette = 11=#f3bd09 palette = 12=#1081d6 palette = 13=#5350b9 palette = 14=#0f7ddb palette = 15=#ffffff