Night Owlish Light
~/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 --light "Night Owlish Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #403f53 background = #ffffff cursor-color = #403f53 palette = 0=#011627 palette = 1=#d3423e palette = 2=#2aa298 palette = 3=#daaa01 palette = 4=#4876d6 palette = 5=#403f53 palette = 6=#08916a palette = 7=#7a8181 palette = 8=#7a8181 palette = 9=#f76e6e palette = 10=#49d0c5 palette = 11=#dac26b palette = 12=#5ca7e4 palette = 13=#697098 palette = 14=#00c990 palette = 15=#989fb1