Warm Neon

Warm Neon — ghostty
~/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
Tags dark pastel

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 "Warm Neon"

Ghostty Config

Add these lines to ~/.config/ghostty/config:

foreground = #afdab6
background = #404040
cursor-color = #30ff24
palette = 0=#000000
palette = 1=#e24346
palette = 2=#39b13a
palette = 3=#dae145
palette = 4=#4261c5
palette = 5=#f920fb
palette = 6=#2abbd4
palette = 7=#d0b8a3
palette = 8=#fefcfc
palette = 9=#e97071
palette = 10=#9cc090
palette = 11=#ddda7a
palette = 12=#7b91d6
palette = 13=#f674ba
palette = 14=#5ed1e5
palette = 15=#d8c8bb