Slate
~/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 "Slate"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #35b1d2 background = #222222 cursor-color = #87d3c4 palette = 0=#222222 palette = 1=#e2a8bf palette = 2=#81d778 palette = 3=#c4c9c0 palette = 4=#335856 palette = 5=#a481d3 palette = 6=#15ab9c palette = 7=#02c5e0 palette = 8=#ffffff palette = 9=#ffcdd9 palette = 10=#beffa8 palette = 11=#d0ccca palette = 12=#7ab0d2 palette = 13=#c5a7d9 palette = 14=#8cdfe0 palette = 15=#e0e0e0
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
Wilmersdorf
~/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
Atom One 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
Black Metal (Burzum)
~/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