Havn Daggry
~/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 --light "Havn Daggry"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #3b4a7a background = #f8f9fb cursor-color = #226c4f palette = 0=#1f2842 palette = 1=#985248 palette = 2=#577159 palette = 3=#be6b00 palette = 4=#3a577d palette = 5=#7c5c97 palette = 6=#925780 palette = 7=#b0b5c5 palette = 8=#1f2842 palette = 9=#cc4a35 palette = 10=#719679 palette = 11=#f1a527 palette = 12=#6089c0 palette = 13=#7d7396 palette = 14=#aa869d palette = 15=#d6dbeb
Similar Themes
~/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
Aizen Light
~/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
Catppuccin Latte
~/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
GitHub Light Colorblind
~/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