Liquid Carbon
~/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 "Liquid Carbon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #afc2c2 background = #303030 cursor-color = #ffffff palette = 0=#000000 palette = 1=#ff3030 palette = 2=#559a70 palette = 3=#ccac00 palette = 4=#0099cc palette = 5=#cc69c8 palette = 6=#7ac4cc palette = 7=#bccccc palette = 8=#595959 palette = 9=#ff3030 palette = 10=#559a70 palette = 11=#ccac00 palette = 12=#0099cc palette = 13=#cc69c8 palette = 14=#7ac4cc palette = 15=#bccccc