notion-enhancer/repo/theming/mod.json

39 lines
1.1 KiB
JSON

{
"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", "electronSearch.css"],
"client": ["variables.css", "prism.css", "patches.css"],
"menu": ["variables.css"]
},
"js": {
"client": ["client.mjs"],
"menu": ["menu.mjs"],
"electron": [
{ "source": "main.cjs", "target": "main/main.js" },
{ "source": "rendererIndex.cjs", "target": "renderer/index.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
}
]
}