Pencil Dark

Pencil 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 vibrant cool cyan pencil

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 "Pencil Dark"

Ghostty Config

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

foreground = #f1f1f1
background = #212121
cursor-color = #20bbfc
palette = 0=#212121
palette = 1=#c30771
palette = 2=#10a778
palette = 3=#a89c14
palette = 4=#008ec4
palette = 5=#5f4986
palette = 6=#20a5ba
palette = 7=#d9d9d9
palette = 8=#4f4f4f
palette = 9=#fb007a
palette = 10=#5fd7af
palette = 11=#f3e430
palette = 12=#20bbfc
palette = 13=#6855de
palette = 14=#4fb8cc
palette = 15=#f1f1f1