Toy Chest

Toy Chest — 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 cool 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 "Toy Chest"

Ghostty Config

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

foreground = #31d07b
background = #24364b
cursor-color = #d5d5d5
palette = 0=#2c3f58
palette = 1=#be2d26
palette = 2=#1a9172
palette = 3=#db8e27
palette = 4=#325d96
palette = 5=#8a5edc
palette = 6=#35a08f
palette = 7=#23d183
palette = 8=#336889
palette = 9=#dd5944
palette = 10=#31d07b
palette = 11=#e7d84b
palette = 12=#34a6da
palette = 13=#ae6bdc
palette = 14=#42c3ae
palette = 15=#d5d5d5

Similar Themes