Rose Pine Dawn
~/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 "Rose Pine Dawn"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #575279 background = #faf4ed cursor-color = #575279 palette = 0=#f2e9e1 palette = 1=#b4637a palette = 2=#286983 palette = 3=#ea9d34 palette = 4=#56949f palette = 5=#907aa9 palette = 6=#d7827e palette = 7=#575279 palette = 8=#9893a5 palette = 9=#b4637a palette = 10=#286983 palette = 11=#ea9d34 palette = 12=#56949f palette = 13=#907aa9 palette = 14=#d7827e palette = 15=#575279