Floraverse
~/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 "Floraverse"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dbd1b9 background = #0e0d15 cursor-color = #bbbbbb palette = 0=#08002e palette = 1=#7e1a46 palette = 2=#5d731a palette = 3=#cd751c palette = 4=#1d6da1 palette = 5=#b7077e palette = 6=#42a38c palette = 7=#f3e0b8 palette = 8=#4c3866 palette = 9=#d02063 palette = 10=#b4ce59 palette = 11=#fac357 palette = 12=#40a4cf palette = 13=#f12aae palette = 14=#62caa8 palette = 15=#fff5db