branch

branch — 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 warm orange tinted

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

Ghostty Config

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

foreground = #cfc1a9
background = #32221a
cursor-color = #cfc1a9
palette = 0=#35241c
palette = 1=#c2562d
palette = 2=#96a65e
palette = 3=#d29b5a
palette = 4=#3b8e8c
palette = 5=#c47e5b
palette = 6=#639a90
palette = 7=#cfc1a9
palette = 8=#564a45
palette = 9=#c2562d
palette = 10=#96a65e
palette = 11=#d29b5a
palette = 12=#3b8e8c
palette = 13=#c47e5b
palette = 14=#639a90
palette = 15=#cfc1a9