Monokai Soda
~/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 Soda"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c4c5b5 background = #1a1a1a cursor-color = #f6f7ec palette = 0=#1a1a1a palette = 1=#f4005f palette = 2=#98e024 palette = 3=#fa8419 palette = 4=#9d65ff palette = 5=#f4005f palette = 6=#58d1eb palette = 7=#c4c5b5 palette = 8=#625e4c palette = 9=#f4005f palette = 10=#98e024 palette = 11=#e0d561 palette = 12=#9d65ff palette = 13=#f4005f palette = 14=#58d1eb palette = 15=#f6f6ef
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
Monokai Remastered
~/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
Batman
~/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
Borland
~/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