Night Lion V2
~/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 "Night Lion V2"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bbbbbb background = #171717 cursor-color = #bbbbbb palette = 0=#4c4c4c palette = 1=#bb0000 palette = 2=#04f623 palette = 3=#f3f167 palette = 4=#64d0f0 palette = 5=#ce6fdb palette = 6=#00dadf palette = 7=#bbbbbb palette = 8=#555555 palette = 9=#ff5555 palette = 10=#7df71d palette = 11=#ffff55 palette = 12=#62cbe8 palette = 13=#ff9bf5 palette = 14=#00ccd8 palette = 15=#ffffff
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
0x96f
~/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
Citruszest
~/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
Cyberpunk
~/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