Galizur
~/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 "Galizur"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ddeeff background = #071317 cursor-color = #ddeeff palette = 0=#223344 palette = 1=#aa1122 palette = 2=#33aa11 palette = 3=#ccaa22 palette = 4=#2255cc palette = 5=#7755aa palette = 6=#22bbdd palette = 7=#8899aa palette = 8=#556677 palette = 9=#ff1133 palette = 10=#33ff11 palette = 11=#ffdd33 palette = 12=#3377ff palette = 13=#aa77ff palette = 14=#33ddff palette = 15=#bbccdd
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
Atelier Sulphurpool
~/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
Carbonfox
~/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
Challenger Deep
~/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