mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 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": "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
|
|
}
|
|
]
|
|
}
|