Claude Theme for Ghostty

April 9, 2026 ยท View on GitHub

A warm, eye-friendly Ghostty terminal theme inspired by Claude's UI color palette.

Preview

ElementColorHex
Background#FAF9F5#FAF9F5 Warm cream
Foreground#141413#141413 Near black
Cursor#D97757#D97757 Terracotta orange
Selection#E8E6DC#E8E6DC Light gray
Red#C15F3C#C15F3C Brand orange
Green#788C5D#788C5D Sage green
Yellow#B16803#B16803 Warm amber
Blue#6A9BCC#6A9BCC Soft blue
Magenta#8B6CB0#8B6CB0 Purple
Cyan#2E8B8B#2E8B8B Teal

Install

Option 1: Copy to Ghostty themes directory

mkdir -p ~/.config/ghostty/themes
curl -o ~/.config/ghostty/themes/Claude \
  https://raw.githubusercontent.com/techfitmaster/ghostty-claude-theme/main/Claude
git clone https://github.com/techfitmaster/ghostty-claude-theme.git
ln -sf "$(pwd)/ghostty-claude-theme/Claude" ~/.config/ghostty/themes/Claude

Then add to your Ghostty config (~/.config/ghostty/config):

theme = Claude

Reload with Cmd+Shift+, (macOS) or restart Ghostty.

Color Palette

Based on Anthropic's brand color system:

IndexNormalBright
0 / 8#FAF9F5 Background#B0AEA5 Gray
1 / 9#C15F3C Brand orange#D97757 Terracotta
2 / 10#788C5D Sage green#8FA86B Light green
3 / 11#B16803 Amber#D4952B Gold
4 / 12#6A9BCC Blue#7BAFD4 Light blue
5 / 13#8B6CB0 Purple#A080C8 Light purple
6 / 14#2E8B8B Teal#4EAAAA Light teal
7 / 15#141413 Foreground#3D3D3C Dark gray

Disclaimer

This is an unofficial community theme. "Claude" and "Anthropic" are trademarks of Anthropic, PBC. This project is not affiliated with, endorsed by, or sponsored by Anthropic.

License

MIT