Themes

Personalise the editor with built-in options or any VS Code-compatible theme.

Built-in themes

Open Settings → Theme to switch between the built-in presets that ship with Run-Calc:

Theme Store

Run-Calc can install any colour theme published on Open VSX. The Theme Store is built right into the app:

  1. Open Settings → Theme Store.
  2. Type a theme name in the search box — results appear as you type.
  3. Click Preview to see the theme live without saving it.
  4. Click Accept to keep the theme, or close the panel to revert the preview.
  5. The accepted theme is saved automatically and persists across restarts.

Any theme you previously accepted is restored when you next open the app — no re-download is needed because the colour tokens are stored locally.

How custom themes work

Run-Calc reads a subset of VS Code colour tokens from the theme package and maps them to the editor surface. Tokens used include:

Tokens not present in the theme package fall back to sensible defaults derived from the theme's declared base (dark or light).

Tips