Operator Mono 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
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 "Operator Mono Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c3cac2 background = #191919 cursor-color = #fcdc08 palette = 0=#5a5a5a palette = 1=#ca372d palette = 2=#4d7b3a palette = 3=#d4d697 palette = 4=#4387cf palette = 5=#b86cb4 palette = 6=#72d5c6 palette = 7=#ced4cd palette = 8=#9a9b99 palette = 9=#c37d62 palette = 10=#83d0a2 palette = 11=#fdfdc5 palette = 12=#89d3f6 palette = 13=#ff2c7a palette = 14=#82eada palette = 15=#fdfdf6
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
Arthur
~/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
Birds Of Paradise
~/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