Purple Rain

Purple Rain — 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 high-contrast vibrant neon tinted

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 "Purple Rain"

Ghostty Config

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

foreground = #fffbf6
background = #21084a
cursor-color = #ff271d
palette = 0=#000000
palette = 1=#ff260e
palette = 2=#9be205
palette = 3=#ffc400
palette = 4=#00a2fa
palette = 5=#815bb5
palette = 6=#00deef
palette = 7=#ffffff
palette = 8=#565656
palette = 9=#ff4250
palette = 10=#b8e36e
palette = 11=#ffd852
palette = 12=#00a6ff
palette = 13=#ac7bf0
palette = 14=#74fdf3
palette = 15=#ffffff

Similar Themes