Seafoam Pastel

Seafoam Pastel — 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 orange 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 "Seafoam Pastel"

Ghostty Config

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

foreground = #d4e7d4
background = #243435
cursor-color = #57647a
palette = 0=#757575
palette = 1=#825d4d
palette = 2=#728c62
palette = 3=#ada16d
palette = 4=#4d7b82
palette = 5=#8a7267
palette = 6=#729494
palette = 7=#e0e0e0
palette = 8=#8a8a8a
palette = 9=#cf937a
palette = 10=#98d9aa
palette = 11=#fae79d
palette = 12=#7ac3cf
palette = 13=#d6b2a1
palette = 14=#ade0e0
palette = 15=#e0e0e0