Night Owl
~/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 "Night Owl"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d6deeb background = #011627 cursor-color = #7e57c2 palette = 0=#011627 palette = 1=#ef5350 palette = 2=#22da6e palette = 3=#addb67 palette = 4=#82aaff palette = 5=#c792ea palette = 6=#21c7a8 palette = 7=#ffffff palette = 8=#575656 palette = 9=#ef5350 palette = 10=#22da6e palette = 11=#ffeb95 palette = 12=#82aaff palette = 13=#c792ea palette = 14=#7fdbca palette = 15=#ffffff