Grass

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

Ghostty Config

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

foreground = #fff0a5
background = #13773d
cursor-color = #d9744c
palette = 0=#000000
palette = 1=#ff5959
palette = 2=#00bb00
palette = 3=#e7b000
palette = 4=#0000a3
palette = 5=#ee59bb
palette = 6=#00bbbb
palette = 7=#bbbbbb
palette = 8=#959595
palette = 9=#ff5959
palette = 10=#00bb00
palette = 11=#e7b000
palette = 12=#0000bb
palette = 13=#ff55ff
palette = 14=#55ffff
palette = 15=#ffffff

Similar Themes