Skip to content

Themes

APIScope uses the same Scope ecosystem theme tokens as EntityScope. Switch themes from the palette icon in the main panel toolbar — your choice is saved in .apiscope/config.json and restored when you reopen the workspace.

Theme selector — Brand and Classic groups

Brand themes

APIScope-branded palettes tuned for the product UI:

ThemeHintBackgroundAccent
APIScopeDarkNavy #0f1419Blue #3b82f6
APIScope LightLightWhite #ffffffBlue #2563eb
SolarWarmDeep brown #1a1208Orange #ff9500

APIScope Light is the default when VS Code / Cursor is set to a light color theme. APIScope (dark) is the default for dark editor themes.

Classic themes

Editor-inspired palettes for users who prefer a more neutral look:

ThemeHintBackgroundAccent
LightLightWhite #ffffffNavy #0550ae
DarkDarkCharcoal #1e1e1eBlue #3794ff
GraphiteDarkNear-black #181818Sky blue #6cb6ff

Editor theme sync

On first open, APIScope follows your editor color theme:

VS Code / Cursor themeAPIScope default
LightAPIScope Light
DarkAPIScope
High ContrastGraphite

Once you pick a theme manually from the palette menu, APIScope keeps your choice in config.json (ui.theme) until you change it again — it no longer auto-syncs with the editor theme.

Theme tokens

All themes share the same semantic token names (--as-bg, --as-accent, --as-tree-selected, etc.) defined in webview-ui/src/styles/themes.css. UI components reference tokens, not hardcoded colors, so every theme stays consistent across collections, the request editor, and the response viewer.

Tips

  • Use Solar for long sessions — the warm palette reduces eye strain on dark backgrounds.
  • Use APIScope Light or Light when capturing documentation screenshots in light mode.
  • Graphite maps to VS Code High Contrast mode automatically if you have not set a theme manually.

Apache-2.0 Licensed