Jackie Brown

Jackie Brown — 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 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 "Jackie Brown"

Ghostty Config

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

foreground = #ffcc2f
background = #2c1d16
cursor-color = #23ff18
palette = 0=#2c1d16
palette = 1=#ef5734
palette = 2=#2baf2b
palette = 3=#bebf00
palette = 4=#246eb2
palette = 5=#d05ec1
palette = 6=#00acee
palette = 7=#bfbfbf
palette = 8=#666666
palette = 9=#e50000
palette = 10=#86a93e
palette = 11=#e5e500
palette = 12=#0000ff
palette = 13=#e500e5
palette = 14=#00e5e5
palette = 15=#e5e5e5