mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
21 lines
525 B
JSON
21 lines
525 B
JSON
{
|
|
"name": "theming",
|
|
"id": "0f0bf8b6-eae6-4273-b307-8fc43f2ee082",
|
|
"description": "the default theme variables, required by other themes & extensions.",
|
|
"version": "0.11.0",
|
|
"tags": ["core"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"email": "thedragonring.bod@gmail.com",
|
|
"url": "https://dragonwocky.me/",
|
|
"icon": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"css": {
|
|
"frame": ["variables.css"],
|
|
"client": ["variables.css", "client.css"],
|
|
"menu": ["variables.css"]
|
|
}
|
|
}
|