Ardoise
~/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 "Ardoise"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eaeaea background = #1e1e1e cursor-color = #f7f7f7 palette = 0=#2c2c2c palette = 1=#d3322d palette = 2=#588b35 palette = 3=#fca93a palette = 4=#2465c2 palette = 5=#7332b4 palette = 6=#64e1b8 palette = 7=#f7f7f7 palette = 8=#535353 palette = 9=#fa5852 palette = 10=#8dc252 palette = 11=#ffea51 palette = 12=#6ab5f8 palette = 13=#be68ca palette = 14=#89ffdb palette = 15=#fefefe