Carbonfox
~/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 "Carbonfox"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f2f4f8 background = #161616 cursor-color = #f2f4f8 palette = 0=#282828 palette = 1=#ee5396 palette = 2=#25be6a palette = 3=#08bdba palette = 4=#78a9ff palette = 5=#be95ff palette = 6=#33b1ff palette = 7=#dfdfe0 palette = 8=#484848 palette = 9=#f16da6 palette = 10=#46c880 palette = 11=#2dc7c4 palette = 12=#8cb6ff palette = 13=#c8a5ff palette = 14=#52bdff palette = 15=#e4e4e5