Royal
~/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 "Royal"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #514968 background = #100815 cursor-color = #524966 palette = 0=#241f2b palette = 1=#91284c palette = 2=#23801c palette = 3=#b49d27 palette = 4=#6580b0 palette = 5=#674d96 palette = 6=#8aaabe palette = 7=#524966 palette = 8=#3e3a4a palette = 9=#d5356c palette = 10=#2cd946 palette = 11=#fde83b palette = 12=#90baf9 palette = 13=#a479e3 palette = 14=#acd4eb palette = 15=#9e8cbd
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
Alien Blood
~/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
Atelier Sulphurpool
~/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
Challenger Deep
~/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