Mariana

Mariana — 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

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

Ghostty Config

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

foreground = #d8dee9
background = #343d46
cursor-color = #fcbb6a
palette = 0=#000000
palette = 1=#ec5f66
palette = 2=#99c794
palette = 3=#f9ae58
palette = 4=#6699cc
palette = 5=#c695c6
palette = 6=#5fb4b4
palette = 7=#f7f7f7
palette = 8=#666666
palette = 9=#f97b58
palette = 10=#acd1a8
palette = 11=#fac761
palette = 12=#85add6
palette = 13=#d8b6d8
palette = 14=#82c4c4
palette = 15=#ffffff

Similar Themes