mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 05:59:02 +00:00
29 lines
793 B
JSON
29 lines
793 B
JSON
{
|
|
"name": "dracula",
|
|
"id": "033bff54-50ba-4cec-bdc0-b2ca7e307086",
|
|
"version": "0.3.0",
|
|
"description": "a theme based on the popular dracula color palette originally by zeno rocha and friends.",
|
|
"preview": "dracula.png",
|
|
"tags": ["theme", "dark"],
|
|
"authors": [
|
|
{
|
|
"name": "dracula",
|
|
"email": "zno.rocha@gmail.com",
|
|
"homepage": "https://draculatheme.com/",
|
|
"avatar": "https://draculatheme.com/static/icons/pack-1/045-dracula.svg"
|
|
},
|
|
{
|
|
"name": "mimishahzad",
|
|
"homepage": "https://github.com/mimishahzad",
|
|
"avatar": "https://avatars.githubusercontent.com/u/34081810"
|
|
}
|
|
],
|
|
"css": {
|
|
"frame": ["variables.css"],
|
|
"client": ["variables.css", "app.css"],
|
|
"menu": ["variables.css"]
|
|
},
|
|
"js": {},
|
|
"options": []
|
|
}
|