Niji
~/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 "Niji"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #141515 cursor-color = #ffc663 palette = 0=#333333 palette = 1=#d23e08 palette = 2=#54ca74 palette = 3=#fff700 palette = 4=#2ab9ff palette = 5=#ff50da palette = 6=#1ef9f5 palette = 7=#ddd0c4 palette = 8=#515151 palette = 9=#ffb7b7 palette = 10=#c1ffae palette = 11=#fcffb8 palette = 12=#8efff3 palette = 13=#ffa2ed palette = 14=#bcffc7 palette = 15=#ffffff