Selenized Black
~/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 "Selenized Black"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b9b9b9 background = #181818 cursor-color = #777777 palette = 0=#252525 palette = 1=#ed4a46 palette = 2=#70b433 palette = 3=#dbb32d palette = 4=#368aeb palette = 5=#eb6eb7 palette = 6=#3fc5b7 palette = 7=#b9b9b9 palette = 8=#777777 palette = 9=#ff5e56 palette = 10=#83c746 palette = 11=#efc541 palette = 12=#4f9cfe palette = 13=#ff81ca palette = 14=#56d8c9 palette = 15=#dedede