Abernathy
~/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 "Abernathy"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eeeeec background = #111416 cursor-color = #bbbbbb palette = 0=#000000 palette = 1=#cd0000 palette = 2=#00cd00 palette = 3=#cdcd00 palette = 4=#1093f5 palette = 5=#cd00cd palette = 6=#00cdcd palette = 7=#faebd7 palette = 8=#404040 palette = 9=#ff0000 palette = 10=#00ff00 palette = 11=#ffff00 palette = 12=#11b5f6 palette = 13=#ff00ff palette = 14=#00ffff palette = 15=#ffffff