Glacier
~/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 "Glacier"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #0c1115 cursor-color = #6c6c6c palette = 0=#2e343c palette = 1=#bd0f2f palette = 2=#35a770 palette = 3=#fb9435 palette = 4=#1f5872 palette = 5=#bd2523 palette = 6=#778397 palette = 7=#ffffff palette = 8=#404a55 palette = 9=#bd0f2f palette = 10=#49e998 palette = 11=#fddf6e palette = 12=#2a8bc1 palette = 13=#ea4727 palette = 14=#a0b6d3 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
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
Neopolitan
~/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