mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
25 lines
618 B
JSON
25 lines
618 B
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"],
|
|
"client": ["variables.css", "prism.css", "theme.css"],
|
|
"menu": ["variables.css", "prism.css"]
|
|
},
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"options": []
|
|
}
|