Electron Highlighter
~/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 "Electron Highlighter"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a5b6d4 background = #23283d cursor-color = #a5b6d4 palette = 0=#15161f palette = 1=#ff6c8d palette = 2=#00ffc3 palette = 3=#ffd7a9 palette = 4=#77abff palette = 5=#daa4f4 palette = 6=#00fdff palette = 7=#778faf palette = 8=#4a6789 palette = 9=#ff6c8d palette = 10=#00ffc3 palette = 11=#ffd7a9 palette = 12=#77abff palette = 13=#daa4f4 palette = 14=#00fdff palette = 15=#c3cee2