Alien Blood
~/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 "Alien Blood"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #637d75 background = #0f1610 cursor-color = #73fa91 palette = 0=#112616 palette = 1=#7f2b27 palette = 2=#2f7e25 palette = 3=#717f24 palette = 4=#2f6a7f palette = 5=#47587f palette = 6=#327f77 palette = 7=#647d75 palette = 8=#3c4812 palette = 9=#e08009 palette = 10=#18e000 palette = 11=#bde000 palette = 12=#00aae0 palette = 13=#0058e0 palette = 14=#00e0c4 palette = 15=#73fa91
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
Darkermatrix
~/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
Darkmatrix
~/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
Matrix
~/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