A collection of colour themes for Grimoire inspired by famous open-source coding themes and editor palettes (such as Dracula, Gruvbox, Panda Syntax, Solarized, and Tokyo Night).
In Grimoire 1.7+, themes can be catalogued from custom add-on sources or imported directly as JSON.
- In Grimoire, navigate to Settings → Add-ons (Admin access required).
- Expand the Add-on Sources section.
- Paste the raw index URL for this repository into the Add Source field:
https://raw.githubusercontent.com/vandie/grimoire-code-themes/main/themes/index.json - Click Add Source. Grimoire verifies the catalogue index and labels available content with a themes badge.
- Account holders can now go to Settings → Appearance, click Browse community themes, and install any theme from this collection.
- Open any theme manifest under
themes/(for example,themes/aura/aura.json) and copy its full JSON payload. - In Grimoire, navigate to Settings → Appearance.
- Click Import a theme, paste the JSON payload, and click Install.
Note
The Author column and manifest field reference the GitHub username of the original syntax theme's creator.
| Theme | Modes | Author | Description |
|---|---|---|---|
| Aura | dark | @DaltonMenezes | A beautiful dark theme for Visual Studio Code |
| Dracula | dark | @zenorocha | A dark theme for code editors and terminal emulators created by Zeno Rocha featuring a distinct purple and pastel accent color palette. |
| Dracula At Night | dark | @bceskavich | Dracula At Night — A Dracula fork, with a darker flavor |
| Gruvbox | light & dark | @morhetz | Retro groove color scheme for Vim & modern code editors with warm earth tones, offering both dark and light variants. |
| Panda Syntax | dark | @siamak | A super-minimal dark syntax theme designed for code editors featuring vibrant pink, cyan, and orange accents. |
| Solarized | light & dark | @altercation | Precision 16-color palette designed for use with terminal and GUI applications, offering both dark and light modes. |
| Tokyo Night | dark | @folke | A clean, dark Neovim & VS Code theme inspired by the lights of Tokyo at night. |
Run npm run build (or node build-index.js) to validate theme manifests and update themes/index.json. Run npm run check to verify index currency.