VS Code
Copy themes/vscode to
~/.vscode/extensions/pyrokai/, reload, then pick Pyrokai Dark / Pyrokai Light.
All files live in themes/ in the
repo. Syntax highlighting is consistent everywhere it applies: string → yellow ·
number/constant → purple · keyword/storage → magenta · function → green ·
class/type → cyan · parameter → orange · operator/invalid → red ·
comment → text/subtle.
VS Code
Copy themes/vscode to
~/.vscode/extensions/pyrokai/, reload, then pick Pyrokai Dark / Pyrokai Light.
Xcode
Copy .xccolortheme files
into ~/Library/Developer/Xcode/UserData/FontAndColorThemes/.
Ghostty
Copy pyrokai / pyrokai-light
into ~/.config/ghostty/themes/, then set theme = pyrokai in ~/.config/ghostty/config.
cmux
cmux is Ghostty-based and reads from the same place. Copy
the theme file into
~/.config/ghostty/themes/.
Claude Code
Copy pyrokai-dark.json / pyrokai-light.json
into ~/.claude/themes/, then select custom:pyrokai-dark via /config.
Requires Claude Code v2.1.118+.
Codex
See themes/codex/README.txt.
CLI: drop Pyrokai.tmTheme into ~/.codex/themes/ and set tui.theme = "pyrokai". App:
paste the codex-theme-v1:... string via Settings → Appearance → Import.
JetBrains Rider
Copy .icls files into
~/Library/Application Support/JetBrains/Rider<version>/colors/.
Visual Studio
Import .vssettings files
via Tools → Import and Export Settings (Fonts & Colors only).
TextMate
Double-click a .tmTheme file
to install, or copy into ~/Library/Application Support/TextMate/Themes/.
iTerm2
Double-click an .itermcolors file
to install, or import via Preferences → Profiles → Colors → Color Presets.
Terminal.app
Double-click a .terminal file
to install, then set as default under Terminal → Settings → Profiles.
Windows Terminal
Paste both scheme objects from pyrokai-schemes.json
into the "schemes" array in settings.json.
Slack
Preferences → Themes → Custom → paste a hex string from
pyrokai-slack-theme.txt.
Obsidian
Copy themes/obsidian/Pyrokai
into <vault>/.obsidian/themes/Pyrokai/, then enable it under Settings → Appearance → Themes.
Pyrokai by Patrick Serrano at Pixelfox Studio