Hardcore
~/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 "Hardcore"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a0a0a0 background = #121212 cursor-color = #bbbbbb palette = 0=#1b1d1e palette = 1=#f92672 palette = 2=#a6e22e palette = 3=#fd971f palette = 4=#66d9ef palette = 5=#9e6ffe palette = 6=#5e7175 palette = 7=#ccccc6 palette = 8=#505354 palette = 9=#ff669d palette = 10=#beed5f palette = 11=#e6db74 palette = 12=#66d9ef palette = 13=#9e6ffe palette = 14=#a3babf palette = 15=#f8f8f2
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
0x96f
~/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
Banana Blueberry
~/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
Citruszest
~/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