Wryan

Wryan — 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 muted cool blue

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

Ghostty Config

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

foreground = #999993
background = #101010
cursor-color = #9e9ecb
palette = 0=#333333
palette = 1=#8c4665
palette = 2=#287373
palette = 3=#7c7c99
palette = 4=#395573
palette = 5=#5e468c
palette = 6=#31658c
palette = 7=#899ca1
palette = 8=#3d3d3d
palette = 9=#bf4d80
palette = 10=#53a6a6
palette = 11=#9e9ecb
palette = 12=#477ab3
palette = 13=#7e62b3
palette = 14=#6096bf
palette = 15=#c0c0c0