mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "dark+",
|
|
"id": "c86cfe98-e645-4822-aa6b-e2de1e08bafa",
|
|
"version": "0.2.0",
|
|
"description": "a vivid-colour near-black theme, with configurable accents.",
|
|
"preview": "preview.png",
|
|
"tags": ["theme", "dark"],
|
|
"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"],
|
|
"menu": ["variables.css"]
|
|
},
|
|
"js": {
|
|
"frame": ["theme.mjs"],
|
|
"client": ["theme.mjs"],
|
|
"menu": ["theme.mjs"]
|
|
},
|
|
"options": [
|
|
{
|
|
"type": "color",
|
|
"key": "primary",
|
|
"label": "primary accent color",
|
|
"tooltip": "**replaces notion's blue accent**",
|
|
"value": "rgba(46,170,220,1)"
|
|
},
|
|
{
|
|
"type": "color",
|
|
"key": "secondary",
|
|
"label": "secondary accent color",
|
|
"tooltip": "**replaces notion's red accent**",
|
|
"value": "rgba(235,87,87,1)"
|
|
}
|
|
]
|
|
}
|