Kanagawa Dragon
~/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 "Kanagawa Dragon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c5c9c5 background = #181616 cursor-color = #c8c093 palette = 0=#0d0c0c palette = 1=#c4746e palette = 2=#8a9a7b palette = 3=#c4b28a palette = 4=#8ba4b0 palette = 5=#a292a3 palette = 6=#8ea4a2 palette = 7=#c8c093 palette = 8=#a6a69c palette = 9=#e46876 palette = 10=#87a987 palette = 11=#e6c384 palette = 12=#7fb4ca palette = 13=#938aa9 palette = 14=#7aa89f palette = 15=#c5c9c5
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
Black Metal (Mayhem)
~/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
Kanagawa Wave
~/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
Kanagawabones
~/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