Ayu
~/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 "Ayu"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bfbdb6 background = #0b0e14 cursor-color = #e6b450 palette = 0=#11151c palette = 1=#ea6c73 palette = 2=#7fd962 palette = 3=#f9af4f palette = 4=#53bdfa palette = 5=#cda1fa palette = 6=#90e1c6 palette = 7=#c7c7c7 palette = 8=#686868 palette = 9=#f07178 palette = 10=#aad94c palette = 11=#ffb454 palette = 12=#59c2ff palette = 13=#d2a6ff palette = 14=#95e6cb palette = 15=#ffffff