N0Tch2K
~/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 "N0Tch2K"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a0a0a0 background = #222222 cursor-color = #aa9175 palette = 0=#383838 palette = 1=#a95551 palette = 2=#666666 palette = 3=#a98051 palette = 4=#657d3e palette = 5=#767676 palette = 6=#c9c9c9 palette = 7=#d0b8a3 palette = 8=#545454 palette = 9=#a97775 palette = 10=#8c8c8c palette = 11=#a99175 palette = 12=#98bd5e palette = 13=#a3a3a3 palette = 14=#dcdcdc palette = 15=#d8c8bb