Duckbones

Duckbones — 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 high-contrast tinted zenbones

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

Ghostty Config

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

foreground = #ebefc0
background = #0e101a
cursor-color = #edf2c2
palette = 0=#0e101a
palette = 1=#e03600
palette = 2=#5dcd97
palette = 3=#e39500
palette = 4=#00a3cb
palette = 5=#795ccc
palette = 6=#00a3cb
palette = 7=#ebefc0
palette = 8=#444860
palette = 9=#ff4821
palette = 10=#58db9e
palette = 11=#f6a100
palette = 12=#00b4e0
palette = 13=#b3a1e6
palette = 14=#00b4e0
palette = 15=#b3b692

Similar Themes