novmbr
~/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 "novmbr"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c7b8ac background = #241d1a cursor-color = #c7b8ac palette = 0=#282a2e palette = 1=#9f6434 palette = 2=#9dac5f palette = 3=#cca75f palette = 4=#2f7d7c palette = 5=#b5896e palette = 6=#52877f palette = 7=#c7b8ac palette = 8=#5d4e47 palette = 9=#9f6434 palette = 10=#9dac5f palette = 11=#cca75f palette = 12=#2f7d7c palette = 13=#b5896e palette = 14=#52877f palette = 15=#c7b8ac