3024 Night
~/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 "3024 Night"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a5a2a2 background = #090300 cursor-color = #a5a2a2 palette = 0=#090300 palette = 1=#db2d20 palette = 2=#01a252 palette = 3=#fded02 palette = 4=#01a0e4 palette = 5=#a16a94 palette = 6=#b5e4f4 palette = 7=#a5a2a2 palette = 8=#5c5855 palette = 9=#e8bbd0 palette = 10=#47413f palette = 11=#4a4543 palette = 12=#807d7c palette = 13=#d6d5d4 palette = 14=#cdab53 palette = 15=#f7f7f7
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
Adventure
~/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
Arthur
~/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
Batman
~/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