Gruber Darker

Gruber Darker — 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 pastel green

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 "Gruber Darker"

Ghostty Config

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

foreground = #e4e4e4
background = #181818
cursor-color = #ffdb00
palette = 0=#181818
palette = 1=#ff0a36
palette = 2=#42dc00
palette = 3=#ffdb00
palette = 4=#92a7cb
palette = 5=#a095cb
palette = 6=#90aa9e
palette = 7=#e4e4e4
palette = 8=#54494e
palette = 9=#ff3851
palette = 10=#42dc00
palette = 11=#ffdb00
palette = 12=#92a7cb
palette = 13=#afafda
palette = 14=#90aa9e
palette = 15=#f5f5f5