Tango Adapted

Tango Adapted — 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 vibrant neon

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 "Tango Adapted"

Ghostty Config

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

foreground = #000000
background = #ffffff
cursor-color = #000000
palette = 0=#000000
palette = 1=#ff0000
palette = 2=#59d600
palette = 3=#e3be00
palette = 4=#00a2ff
palette = 5=#c17ecc
palette = 6=#00d0d6
palette = 7=#c0c5bb
palette = 8=#8f928b
palette = 9=#ff0013
palette = 10=#6dd900
palette = 11=#ccbe00
palette = 12=#88c9ff
palette = 13=#e9a7e1
palette = 14=#00d8d9
palette = 15=#f6f6f4

Similar Themes