Monokai Vivid
~/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 "Monokai Vivid"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f9f9f9 background = #121212 cursor-color = #fb0007 palette = 0=#121212 palette = 1=#fa2934 palette = 2=#98e123 palette = 3=#fff30a palette = 4=#0443ff palette = 5=#f800f8 palette = 6=#01b6ed palette = 7=#ffffff palette = 8=#838383 palette = 9=#f6669d palette = 10=#b1e05f palette = 11=#fff26d palette = 12=#0443ff palette = 13=#f200f6 palette = 14=#51ceff palette = 15=#ffffff
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
Apple System Colors
~/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
Argonaut
~/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
Aura
~/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