Themes for Claude Code. Two variants are available:
electron-highlighter.json— the dark theme (Electron Highlighter)electron-highlighter-day.json— the light theme (Electron Highlighter Day)
Requires Claude Code v2.1.118 or later.
Copy the file(s) you want into ~/.claude/themes/:
mkdir -p ~/.claude/themes
cp electron-highlighter.json ~/.claude/themes/
cp electron-highlighter-day.json ~/.claude/themes/Then run /theme inside Claude Code (or open the theme picker in /config) and
choose Electron Highlighter or Electron Highlighter Day. Claude Code
watches ~/.claude/themes/, so the theme appears without a restart.
These files are generated from the canonical palette in the
palette directory — edit the palette and rerun npm run build
there rather than editing these by hand.