urban

urban — 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 muted warm orange

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

Ghostty Config

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

foreground = #c0a79a
background = #312e39
cursor-color = #c0a79a
palette = 0=#33303b
palette = 1=#87404f
palette = 2=#74934e
palette = 3=#ae835a
palette = 4=#615772
palette = 5=#854b64
palette = 6=#625464
palette = 7=#c0a79a
palette = 8=#5c5865
palette = 9=#87404f
palette = 10=#74934e
palette = 11=#ae835a
palette = 12=#615772
palette = 13=#854b64
palette = 14=#625464
palette = 15=#c0a79a

Similar Themes