{
  "name": "theming",
  "id": "0f0bf8b6-eae6-4273-b307-8fc43f2ee082",
  "version": "0.11.0",
  "description": "the default theme variables, required by other themes & extensions.",
  "tags": ["core"],
  "authors": [
    {
      "name": "dragonwocky",
      "email": "thedragonring.bod@gmail.com",
      "homepage": "https://dragonwocky.me/",
      "avatar": "https://dragonwocky.me/avatar.jpg"
    }
  ],
  "css": {
    "frame": ["variables.css"],
    "client": ["variables.css", "prism.css", "patches.css"],
    "menu": ["variables.css"]
  },
  "js": {
    "frame": ["frame.mjs"],
    "client": ["client.mjs"],
    "menu": ["menu.mjs"],
    "electron": [
      { "source": "main.cjs", "target": "main/main.js" },
      { "source": "rendererSearch.cjs", "target": "renderer/search.js" }
    ]
  },
  "options": [
    {
      "type": "toggle",
      "key": "force_load",
      "label": "force load overrides",
      "tooltip": "**override notion's colours even if no themes are enabled**",
      "value": false
    }
  ]
}