Ryuuko
~/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 "Ryuuko"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ececec background = #2c3941 cursor-color = #ececec palette = 0=#2c3941 palette = 1=#865f5b palette = 2=#66907d palette = 3=#b1a990 palette = 4=#6a8e95 palette = 5=#b18a73 palette = 6=#88b2ac palette = 7=#ececec palette = 8=#5d7079 palette = 9=#865f5b palette = 10=#66907d palette = 11=#b1a990 palette = 12=#6a8e95 palette = 13=#b18a73 palette = 14=#88b2ac palette = 15=#ececec