Xcode Light hc

Xcode Light hc — 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 light high-contrast blue 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 --light "Xcode Light hc"

Ghostty Config

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

foreground = #000000
background = #ffffff
cursor-color = #000000
palette = 0=#b4d8fd
palette = 1=#ad1805
palette = 2=#355d61
palette = 3=#78492a
palette = 4=#0058a1
palette = 5=#9c2191
palette = 6=#703daa
palette = 7=#000000
palette = 8=#8a99a6
palette = 9=#ad1805
palette = 10=#174145
palette = 11=#78492a
palette = 12=#003f73
palette = 13=#9c2191
palette = 14=#441ea1
palette = 15=#000000