Unikitty

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

Ghostty Config

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

foreground = #0b0b0b
background = #ff8cd9
cursor-color = #c7ff98
palette = 0=#0c0c0c
palette = 1=#a80f20
palette = 2=#c7ff98
palette = 3=#fff964
palette = 4=#145fcd
palette = 5=#ffe9ff
palette = 6=#9effef
palette = 7=#fcf1fb
palette = 8=#434343
palette = 9=#d91329
palette = 10=#d3ffaf
palette = 11=#ffef50
palette = 12=#0075ea
palette = 13=#ffefff
palette = 14=#93ffef
palette = 15=#fff3fe