Kolorit

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

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

Ghostty Config

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

foreground = #efecec
background = #1d1a1e
cursor-color = #c7c7c7
palette = 0=#1d1a1e
palette = 1=#ff5b82
palette = 2=#47d7a1
palette = 3=#e8e562
palette = 4=#5db4ee
palette = 5=#da6cda
palette = 6=#57e9eb
palette = 7=#ededed
palette = 8=#504d51
palette = 9=#ff5b82
palette = 10=#47d7a1
palette = 11=#e8e562
palette = 12=#5db4ee
palette = 13=#da6cda
palette = 14=#57e9eb
palette = 15=#ededed