Purplepeter

Purplepeter — 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 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 "Purplepeter"

Ghostty Config

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

foreground = #ece7fa
background = #2a1a4a
cursor-color = #c7c7c7
palette = 0=#0a0520
palette = 1=#ff796d
palette = 2=#99b481
palette = 3=#efdfac
palette = 4=#66d9ef
palette = 5=#e78fcd
palette = 6=#ba8cff
palette = 7=#ffba81
palette = 8=#504b63
palette = 9=#f99f92
palette = 10=#b4be8f
palette = 11=#f2e9bf
palette = 12=#79daed
palette = 13=#ba91d4
palette = 14=#a0a0d6
palette = 15=#b9aed3