Dawnfox
~/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 "Dawnfox"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #575279 background = #faf4ed cursor-color = #575279 palette = 0=#575279 palette = 1=#b4637a palette = 2=#618774 palette = 3=#ea9d34 palette = 4=#286983 palette = 5=#907aa9 palette = 6=#56949f palette = 7=#b2b6bd palette = 8=#5f5695 palette = 9=#c26d85 palette = 10=#629f81 palette = 11=#eea846 palette = 12=#2d81a3 palette = 13=#9a80b9 palette = 14=#5ca7b4 palette = 15=#e6ebf3
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
Adwaita
~/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
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