Fahrenheit
~/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 "Fahrenheit"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffce background = #000000 cursor-color = #bbbbbb palette = 0=#1d1d1d palette = 1=#cda074 palette = 2=#9e744d palette = 3=#fecf75 palette = 4=#7f0e0f palette = 5=#734c4d palette = 6=#979797 palette = 7=#ffffce palette = 8=#404040 palette = 9=#fecea0 palette = 10=#cc734d palette = 11=#fd9f4d palette = 12=#cb4a05 palette = 13=#4e739f palette = 14=#fed04d palette = 15=#ffffff