Aizen Light
~/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 "Aizen Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #4a4d66 background = #f0f2f6 cursor-color = #fc6008 palette = 0=#f0f2f6 palette = 1=#d00c36 palette = 2=#3e9e28 palette = 3=#dd8c1a palette = 4=#1c64f2 palette = 5=#8636ec palette = 6=#159096 palette = 7=#4a4d66 palette = 8=#adb2bc palette = 9=#d00c36 palette = 10=#3e9e28 palette = 11=#dd8c1a palette = 12=#1c64f2 palette = 13=#8636ec palette = 14=#159096 palette = 15=#4a4d66
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
GitHub Light Colorblind
~/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
Iceberg Light
~/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
Night Owlish Light
~/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