Japanesque

Japanesque — 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 high-contrast

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 "Japanesque"

Ghostty Config

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

foreground = #f7f6ec
background = #1e1e1e
cursor-color = #edcf4f
palette = 0=#343935
palette = 1=#cf3f61
palette = 2=#7bb75b
palette = 3=#e9b32a
palette = 4=#4c9ad4
palette = 5=#a57fc4
palette = 6=#389aad
palette = 7=#fafaf6
palette = 8=#595b59
palette = 9=#d18fa6
palette = 10=#767f2c
palette = 11=#78592f
palette = 12=#135979
palette = 13=#604291
palette = 14=#76bbca
palette = 15=#b2b5ae