Urple

Urple — 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 low-contrast red

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 "Urple"

Ghostty Config

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

foreground = #877a9b
background = #1b1b23
cursor-color = #a063eb
palette = 0=#000000
palette = 1=#b0425b
palette = 2=#37a415
palette = 3=#ad5c42
palette = 4=#564d9b
palette = 5=#6c3ca1
palette = 6=#808080
palette = 7=#87799c
palette = 8=#6a3f32
palette = 9=#ff6388
palette = 10=#29e620
palette = 11=#f08161
palette = 12=#867aed
palette = 13=#a05eee
palette = 14=#eaeaea
palette = 15=#bfa3ff