Neon
~/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 "Neon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #00fffc background = #14161a cursor-color = #c7c7c7 palette = 0=#000000 palette = 1=#ff3045 palette = 2=#5ffa74 palette = 3=#fffc7e palette = 4=#0f15d8 palette = 5=#f924e7 palette = 6=#00fffc palette = 7=#c7c7c7 palette = 8=#686868 palette = 9=#ff5a5a palette = 10=#75ff88 palette = 11=#fffd96 palette = 12=#3c40cb palette = 13=#f15be5 palette = 14=#88fffe palette = 15=#ffffff