Cutie Pro

Cutie Pro — 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 warm 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 "Cutie Pro"

Ghostty Config

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

foreground = #d5d0c9
background = #181818
cursor-color = #efc4cd
palette = 0=#000000
palette = 1=#f56e7f
palette = 2=#bec975
palette = 3=#f58669
palette = 4=#42d9c5
palette = 5=#d286b7
palette = 6=#37cb8a
palette = 7=#d5c3c3
palette = 8=#88847f
palette = 9=#e5a1a3
palette = 10=#e8d6a7
palette = 11=#f1bb79
palette = 12=#80c5de
palette = 13=#b294bb
palette = 14=#9dccbb
palette = 15=#ffffff