Bluloco Dark
~/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 "Bluloco Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b9c0cb background = #282c34 cursor-color = #ffcc00 palette = 0=#41444d palette = 1=#fc2f52 palette = 2=#25a45c palette = 3=#ff936a palette = 4=#3476ff palette = 5=#7a82da palette = 6=#4483aa palette = 7=#cdd4e0 palette = 8=#8f9aae palette = 9=#ff6480 palette = 10=#3fc56b palette = 11=#f9c859 palette = 12=#10b1fe palette = 13=#ff78f8 palette = 14=#5fb9bc palette = 15=#ffffff