Fideloper

Fideloper — 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 red

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

Ghostty Config

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

foreground = #dbdae0
background = #292f33
cursor-color = #d4605a
palette = 0=#292f33
palette = 1=#cb1e2d
palette = 2=#edb8ac
palette = 3=#b7ab9b
palette = 4=#2e78c2
palette = 5=#c0236f
palette = 6=#309186
palette = 7=#eae3ce
palette = 8=#496068
palette = 9=#d4605a
palette = 10=#d4605a
palette = 11=#a86671
palette = 12=#7c85c4
palette = 13=#5c5db2
palette = 14=#819090
palette = 15=#fcf4df