Hot Dog Stand

Hot Dog Stand — 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 low-contrast vibrant neon warm yellow 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 "Hot Dog Stand"

Ghostty Config

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

foreground = #ffffff
background = #ea3323
cursor-color = #ffff54
palette = 0=#000000
palette = 1=#ffff54
palette = 2=#ffff54
palette = 3=#ffff54
palette = 4=#000000
palette = 5=#ffff54
palette = 6=#ffffff
palette = 7=#c6c6c6
palette = 8=#000000
palette = 9=#ffff54
palette = 10=#ffff54
palette = 11=#ffff54
palette = 12=#000000
palette = 13=#ffff54
palette = 14=#ffffff
palette = 15=#c6c6c6