Chalkboard
~/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 "Chalkboard"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d9e6f2 background = #29262f cursor-color = #d9e6f2 palette = 0=#000000 palette = 1=#c37372 palette = 2=#72c373 palette = 3=#c2c372 palette = 4=#7372c3 palette = 5=#c372c2 palette = 6=#72c2c3 palette = 7=#d9d9d9 palette = 8=#585858 palette = 9=#dbaaaa palette = 10=#aadbaa palette = 11=#dadbaa palette = 12=#aaaadb palette = 13=#dbaada palette = 14=#aadadb palette = 15=#ffffff
Similar Themes
~/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
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
Atom One 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
Birds Of Paradise
~/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