notion-enhancer/repo/dark+/mod.json

42 lines
1014 B
JSON

{
"name": "dark+",
"id": "c86cfe98-e645-4822-aa6b-e2de1e08bafa",
"version": "0.2.0",
"description": "a vivid-colour near-black theme, with a configurable accent.",
"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)"
}
]
}