Vaughn

Vaughn — 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 tinted

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

Ghostty Config

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

foreground = #dcdccc
background = #25234f
cursor-color = #ff5555
palette = 0=#25234f
palette = 1=#705050
palette = 2=#60b48a
palette = 3=#dfaf8f
palette = 4=#5555ff
palette = 5=#f08cc3
palette = 6=#8cd0d3
palette = 7=#709080
palette = 8=#709080
palette = 9=#dca3a3
palette = 10=#60b48a
palette = 11=#f0dfaf
palette = 12=#5555ff
palette = 13=#ec93d3
palette = 14=#93e0e3
palette = 15=#ffffff

Similar Themes