Matte Black

Matte Black — 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 warm red

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 "Matte Black"

Ghostty Config

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

foreground = #bebebe
background = #121212
cursor-color = #eaeaea
palette = 0=#333333
palette = 1=#d35f5f
palette = 2=#ffc107
palette = 3=#b91c1c
palette = 4=#e68e0d
palette = 5=#d35f5f
palette = 6=#bebebe
palette = 7=#bebebe
palette = 8=#8a8a8d
palette = 9=#891c1c
palette = 10=#ffc107
palette = 11=#b90a0a
palette = 12=#f59e0b
palette = 13=#b91c1c
palette = 14=#eaeaea
palette = 15=#ffffff