Violite
~/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 "Violite"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eef4f6 background = #241c36 cursor-color = #eef4f6 palette = 0=#241c36 palette = 1=#ec7979 palette = 2=#79ecb3 palette = 3=#ece279 palette = 4=#a979ec palette = 5=#ec79ec palette = 6=#79ecec palette = 7=#eef4f6 palette = 8=#56447a palette = 9=#ef8f8f palette = 10=#9fefbf palette = 11=#efe78f palette = 12=#b78fef palette = 13=#ef8fcf palette = 14=#9fefef palette = 15=#f8fafc
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
Aardvark Blue
~/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
Adventure Time
~/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
Alien Blood
~/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