Kanagawa Lotus
~/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 "Kanagawa Lotus"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #545464 background = #f2ecbc cursor-color = #43436c palette = 0=#1f1f28 palette = 1=#c84053 palette = 2=#6f894e palette = 3=#77713f palette = 4=#4d699b palette = 5=#b35b79 palette = 6=#597b75 palette = 7=#545464 palette = 8=#8a8980 palette = 9=#d7474b palette = 10=#6e915f palette = 11=#836f4a palette = 12=#6693bf palette = 13=#624c83 palette = 14=#5e857a palette = 15=#43436c
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
Belafonte Day
~/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
Breadog
~/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
Catppuccin Latte
~/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