Builtin Tango Light

Builtin Tango Light — 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

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 "Builtin Tango Light"

Ghostty Config

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

foreground = #000000
background = #ffffff
cursor-color = #000000
palette = 0=#000000
palette = 1=#cc0000
palette = 2=#4e9a06
palette = 3=#c4a000
palette = 4=#3465a4
palette = 5=#75507b
palette = 6=#06989a
palette = 7=#b9bdb5
palette = 8=#555753
palette = 9=#ef2929
palette = 10=#7dd527
palette = 11=#d6c329
palette = 12=#729fcf
palette = 13=#ad7fa8
palette = 14=#27d5d5
palette = 15=#eeeeec