3024 Day
~/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 "3024 Day"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #4a4543 background = #f7f7f7 cursor-color = #4a4543 palette = 0=#090300 palette = 1=#db2d20 palette = 2=#01a252 palette = 3=#caba00 palette = 4=#01a0e4 palette = 5=#a16a94 palette = 6=#8fbece palette = 7=#a5a2a2 palette = 8=#5c5855 palette = 9=#dbaec3 palette = 10=#3a3432 palette = 11=#4a4543 palette = 12=#807d7c palette = 13=#bcbbba 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
Atom One 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
Belafonte Day
~/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
Breadog
~/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