Argonaut
~/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 "Argonaut"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #fffaf4 background = #0e1019 cursor-color = #ff0018 palette = 0=#232323 palette = 1=#ff000f palette = 2=#8ce10b palette = 3=#ffb900 palette = 4=#008df8 palette = 5=#6d43a6 palette = 6=#00d8eb palette = 7=#ffffff palette = 8=#444444 palette = 9=#ff2740 palette = 10=#abe15b palette = 11=#ffd242 palette = 12=#0092ff palette = 13=#9a5feb palette = 14=#67fff0 palette = 15=#ffffff