Ghostty Default Style Dark

Ghostty Default Style Dark — 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 pastel

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 "Ghostty Default Style Dark"

Ghostty Config

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

foreground = #ffffff
background = #282c34
cursor-color = #ffffff
palette = 0=#1d1f21
palette = 1=#cc6566
palette = 2=#b6bd68
palette = 3=#f0c674
palette = 4=#82a2be
palette = 5=#b294bb
palette = 6=#8abeb7
palette = 7=#c4c8c6
palette = 8=#666666
palette = 9=#d54e53
palette = 10=#b9ca4b
palette = 11=#e7c547
palette = 12=#7aa6da
palette = 13=#c397d8
palette = 14=#70c0b1
palette = 15=#eaeaea