Black Metal (Bathory)
~/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 "Black Metal (Bathory)"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c1c1c1 background = #000000 cursor-color = #c1c1c1 palette = 0=#000000 palette = 1=#5f8787 palette = 2=#fbcb97 palette = 3=#e78a53 palette = 4=#888888 palette = 5=#999999 palette = 6=#aaaaaa palette = 7=#c1c1c1 palette = 8=#404040 palette = 9=#5f8787 palette = 10=#fbcb97 palette = 11=#e78a53 palette = 12=#888888 palette = 13=#999999 palette = 14=#aaaaaa palette = 15=#c1c1c1