Xcode WWDC

Xcode WWDC — 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 xcode

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 "Xcode WWDC"

Ghostty Config

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

foreground = #e7e8eb
background = #292c36
cursor-color = #e7e8eb
palette = 0=#494d5c
palette = 1=#bb383a
palette = 2=#94c66e
palette = 3=#d28e5d
palette = 4=#8884c5
palette = 5=#b73999
palette = 6=#00aba4
palette = 7=#e7e8eb
palette = 8=#7f869e
palette = 9=#bb383a
palette = 10=#94c66e
palette = 11=#d28e5d
palette = 12=#8884c5
palette = 13=#b73999
palette = 14=#00aba4
palette = 15=#e7e8eb

Similar Themes