Darkside

Darkside — 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 blue

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

Ghostty Config

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

foreground = #bababa
background = #222324
cursor-color = #bbbbbb
palette = 0=#000000
palette = 1=#e8341c
palette = 2=#68c256
palette = 3=#f2d42c
palette = 4=#1c98e8
palette = 5=#8e69c9
palette = 6=#1c98e8
palette = 7=#bababa
palette = 8=#4c4c4c
palette = 9=#e05a4f
palette = 10=#77b869
palette = 11=#efd64b
palette = 12=#387cd3
palette = 13=#957bbe
palette = 14=#3d97e2
palette = 15=#bababa