Arthur
~/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 "Arthur"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ddeedd background = #1c1c1c cursor-color = #e2bbef palette = 0=#3d352a palette = 1=#cd5c5c palette = 2=#86af80 palette = 3=#e8ae5b palette = 4=#6495ed palette = 5=#deb887 palette = 6=#b0c4de palette = 7=#bbaa99 palette = 8=#554444 palette = 9=#cc5533 palette = 10=#88aa22 palette = 11=#ffa75d palette = 12=#87ceeb palette = 13=#996600 palette = 14=#b0c4de palette = 15=#ddccbb