Medallion

Medallion — 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 "Medallion"

Ghostty Config

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

foreground = #cac296
background = #1d1908
cursor-color = #d3ba30
palette = 0=#000000
palette = 1=#b64c00
palette = 2=#7c8b16
palette = 3=#d3bd26
palette = 4=#616bb0
palette = 5=#8c5a90
palette = 6=#916c25
palette = 7=#cac29a
palette = 8=#5e5219
palette = 9=#ff9149
palette = 10=#b2ca3b
palette = 11=#ffe54a
palette = 12=#acb8ff
palette = 13=#ffa0ff
palette = 14=#ffbc51
palette = 15=#fed698

Similar Themes