Ciapre

Ciapre — 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 warm 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 "Ciapre"

Ghostty Config

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

foreground = #aea47a
background = #191c27
cursor-color = #92805b
palette = 0=#181818
palette = 1=#8e0d16
palette = 2=#48513b
palette = 3=#cc8b3f
palette = 4=#576d8c
palette = 5=#724d7c
palette = 6=#5c4f4b
palette = 7=#aea47f
palette = 8=#555555
palette = 9=#ac3835
palette = 10=#a6a75d
palette = 11=#dcdf7c
palette = 12=#3097c6
palette = 13=#d33061
palette = 14=#f3dbb2
palette = 15=#f4f4f4