Material Dark

Material Dark — 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 material

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 "Material Dark"

Ghostty Config

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

foreground = #e5e5e5
background = #232322
cursor-color = #16afca
palette = 0=#212121
palette = 1=#b7141f
palette = 2=#457b24
palette = 3=#f6981e
palette = 4=#134eb2
palette = 5=#701aa2
palette = 6=#0e717c
palette = 7=#efefef
palette = 8=#4f4f4f
palette = 9=#e83b3f
palette = 10=#7aba3a
palette = 11=#ffea2e
palette = 12=#54a4f3
palette = 13=#aa4dbc
palette = 14=#26bbd1
palette = 15=#d9d9d9

Similar Themes