Overnight Slumber
~/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 "Overnight Slumber"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ced2d6 background = #0e1729 cursor-color = #ffa7c4 palette = 0=#0a1222 palette = 1=#ffa7c4 palette = 2=#85cc95 palette = 3=#ffcb8b palette = 4=#8dabe1 palette = 5=#c792eb palette = 6=#78ccf0 palette = 7=#ffffff palette = 8=#575656 palette = 9=#ffa7c4 palette = 10=#85cc95 palette = 11=#ffcb8b palette = 12=#8dabe1 palette = 13=#c792eb palette = 14=#ffa7c4 palette = 15=#ffffff
Similar Themes
~/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
Aardvark Blue
~/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
Argonaut
~/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
Ayu
~/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