Jubi
~/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
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 "Jubi"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c3d3de background = #262b33 cursor-color = #c3d3de palette = 0=#3b3750 palette = 1=#cf7b98 palette = 2=#90a94b palette = 3=#6ebfc0 palette = 4=#576ea6 palette = 5=#bc4f68 palette = 6=#75a7d2 palette = 7=#c3d3de palette = 8=#a874ce palette = 9=#de90ab palette = 10=#bcdd61 palette = 11=#87e9ea palette = 12=#8c9fcd palette = 13=#e16c87 palette = 14=#b7c9ef palette = 15=#d5e5f1