Rose Pine Moon
~/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 "Rose Pine Moon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e0def4 background = #232136 cursor-color = #e0def4 palette = 0=#393552 palette = 1=#eb6f92 palette = 2=#3e8fb0 palette = 3=#f6c177 palette = 4=#9ccfd8 palette = 5=#c4a7e7 palette = 6=#ea9a97 palette = 7=#e0def4 palette = 8=#6e6a86 palette = 9=#eb6f92 palette = 10=#3e8fb0 palette = 11=#f6c177 palette = 12=#9ccfd8 palette = 13=#c4a7e7 palette = 14=#ea9a97 palette = 15=#e0def4
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
Rose Pine
~/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
Birds Of Paradise
~/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
Blazer
~/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