Lovelace
~/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 "Lovelace"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fdfdfd background = #1d1f28 cursor-color = #c574dd palette = 0=#282a36 palette = 1=#f37f97 palette = 2=#5adecd palette = 3=#f2a272 palette = 4=#8897f4 palette = 5=#c574dd palette = 6=#79e6f3 palette = 7=#fdfdfd palette = 8=#4e5165 palette = 9=#ff4971 palette = 10=#18e3c8 palette = 11=#ff8037 palette = 12=#556fff palette = 13=#b043d1 palette = 14=#3fdcee palette = 15=#bebec1