Theme Support
Command Pocket automatically adapts to Unity's Editor theme (Light or Dark) with full visual parity: a token-based design system drives both skins.
Changing the Unity theme
- Go to Edit → Preferences → General.
- Find Editor Theme and select Light or Dark.
- Command Pocket updates immediately, no restart required.
Custom themes (advanced)
All colors, spacing, radii and motion values live as USS variables in the stylesheets under .../CommandPocket/Editor/Resources/:
CommandPocket_Theme.uss- color tokens (accent, neutral ramp, semantic success / warning / danger). Dark lives in:root, Light overrides sit below it.CommandPocket_Tokens.uss- spacing, radius, elevation, motion and typography.
To customize:
- Back up the file.
- Edit the variables.
- Save. Unity reimports and the window restyles.
Warning: custom changes may be overwritten when you update the package. Keep a copy of your edits.