Builtin Light

Builtin 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 vibrant

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

Ghostty Config

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

foreground = #000000
background = #ffffff
cursor-color = #000000
palette = 0=#000000
palette = 1=#bb0000
palette = 2=#00bb00
palette = 3=#bbbb00
palette = 4=#0000bb
palette = 5=#bb00bb
palette = 6=#00bbbb
palette = 7=#bbbbbb
palette = 8=#555555
palette = 9=#ff5555
palette = 10=#2fd92f
palette = 11=#bfbf15
palette = 12=#5555ff
palette = 13=#ff55ff
palette = 14=#22cccc
palette = 15=#ffffff