Terafox
~/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 "Terafox"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e6eaea background = #152528 cursor-color = #e6eaea palette = 0=#2f3239 palette = 1=#e85c51 palette = 2=#7aa4a1 palette = 3=#fda47f palette = 4=#5a93aa palette = 5=#ad5c7c palette = 6=#a1cdd8 palette = 7=#ebebeb palette = 8=#4e5157 palette = 9=#eb746b palette = 10=#8eb2af palette = 11=#fdb292 palette = 12=#73a3b7 palette = 13=#b97490 palette = 14=#afd4de palette = 15=#eeeeee
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
Kanso Ink
~/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
Kanso Zen
~/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
Selenized Dark
~/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