Dimmed Monokai

Dimmed Monokai — 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 monokai

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 "Dimmed Monokai"

Ghostty Config

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

foreground = #b9bcba
background = #1f1f1f
cursor-color = #f83e19
palette = 0=#3a3d43
palette = 1=#be3f48
palette = 2=#879a3b
palette = 3=#c5a635
palette = 4=#4f76a1
palette = 5=#855c8d
palette = 6=#578fa4
palette = 7=#b9bcba
palette = 8=#888987
palette = 9=#fb001f
palette = 10=#0f722f
palette = 11=#c47033
palette = 12=#186de3
palette = 13=#fb0067
palette = 14=#2e706d
palette = 15=#fdffb9