mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "light+",
|
|
"id": "336cbc54-67b9-4b00-b4a2-9cc86eef763b",
|
|
"version": "0.2.0",
|
|
"description": "a simple white theme that brightens coloured text and blocks, with configurable accents.",
|
|
"preview": "preview.png",
|
|
"tags": ["theme", "light"],
|
|
"authors": [
|
|
{
|
|
"name": "Lizishan",
|
|
"homepage": "https://www.reddit.com/user/Lizishan",
|
|
"avatar": "https://styles.redditmedia.com/t5_110nz4/styles/profileIcon_h1m3b16exoi51.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)"
|
|
},
|
|
{
|
|
"type": "color",
|
|
"key": "highlight",
|
|
"label": "highlight accent color",
|
|
"tooltip": "**affects dividers, text, icons and hovered scrollbars. set this to rgba(0,0,0,0) to disable it**",
|
|
"value": "rgba(0,0,0,0)"
|
|
}
|
|
]
|
|
}
|