Firefox Dev
~/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 "Firefox Dev"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #7c8fa4 background = #0e1011 cursor-color = #708284 palette = 0=#002831 palette = 1=#e63853 palette = 2=#5eb83c palette = 3=#a57706 palette = 4=#359ddf palette = 5=#d75cff palette = 6=#4b73a2 palette = 7=#dcdcdc palette = 8=#26444d palette = 9=#e1003f palette = 10=#1d9000 palette = 11=#cd9409 palette = 12=#006fc0 palette = 13=#a200da palette = 14=#005794 palette = 15=#e2e2e2