Paraiso Dark

Paraiso Dark — 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 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 "Paraiso Dark"

Ghostty Config

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

foreground = #a39e9b
background = #2f1e2e
cursor-color = #a39e9b
palette = 0=#2f1e2e
palette = 1=#ef6155
palette = 2=#48b685
palette = 3=#fec418
palette = 4=#06b6ef
palette = 5=#815ba4
palette = 6=#5bc4bf
palette = 7=#a39e9b
palette = 8=#776e71
palette = 9=#ef6155
palette = 10=#48b685
palette = 11=#fec418
palette = 12=#06b6ef
palette = 13=#815ba4
palette = 14=#5bc4bf
palette = 15=#e7e9db