Hivacruz
~/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 "Hivacruz"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ede4e4 background = #132638 cursor-color = #979db4 palette = 0=#202746 palette = 1=#c94922 palette = 2=#ac9739 palette = 3=#c08b30 palette = 4=#3d8fd1 palette = 5=#6679cc palette = 6=#22a2c9 palette = 7=#979db4 palette = 8=#6b7394 palette = 9=#c76b29 palette = 10=#73ad43 palette = 11=#5e6687 palette = 12=#898ea4 palette = 13=#dfe2f1 palette = 14=#9c637a palette = 15=#f5f7ff
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
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
Electron Highlighter
~/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