Nocturnal Winter
~/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 "Nocturnal Winter"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e6e5e5 background = #0d0d17 cursor-color = #e6e5e5 palette = 0=#4d4d4d palette = 1=#f12d52 palette = 2=#09cd7e palette = 3=#f5f17a palette = 4=#3182e0 palette = 5=#ff2b6d palette = 6=#09c87a palette = 7=#fcfcfc palette = 8=#808080 palette = 9=#f16d86 palette = 10=#0ae78d palette = 11=#fffc67 palette = 12=#6096ff palette = 13=#ff78a2 palette = 14=#0ae78d palette = 15=#ffffff