Pnevma

Pnevma — 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

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 "Pnevma"

Ghostty Config

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

foreground = #d0d0d0
background = #1c1c1c
cursor-color = #e4c9af
palette = 0=#2f2e2d
palette = 1=#a36666
palette = 2=#90a57d
palette = 3=#d7af87
palette = 4=#7fa5bd
palette = 5=#c79ec4
palette = 6=#8adbb4
palette = 7=#d0d0d0
palette = 8=#4a4845
palette = 9=#d78787
palette = 10=#afbea2
palette = 11=#e4c9af
palette = 12=#a1bdce
palette = 13=#d7beda
palette = 14=#b1e7dd
palette = 15=#efefef

Similar Themes