Sleepy Hollow

Sleepy Hollow — 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 orange

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 "Sleepy Hollow"

Ghostty Config

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

foreground = #af9a91
background = #121214
cursor-color = #af9a91
palette = 0=#572100
palette = 1=#ba3934
palette = 2=#91773f
palette = 3=#b55600
palette = 4=#5f63b4
palette = 5=#a17c7b
palette = 6=#8faea9
palette = 7=#af9a91
palette = 8=#4e4b61
palette = 9=#d9443f
palette = 10=#d6b04e
palette = 11=#f66813
palette = 12=#8086ef
palette = 13=#e2c2bb
palette = 14=#a4dce7
palette = 15=#d2c7a9

Similar Themes