mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
17 lines
340 B
JavaScript
17 lines
340 B
JavaScript
/*
|
|
* notion-enhancer
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com>
|
|
* (https://dragonwocky.me/) under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'c86cfe98-e645-4822-aa6b-e2de1e08bafa',
|
|
tags: ['theme'],
|
|
name: 'dark+',
|
|
desc: 'a vivid-colour near-black theme.',
|
|
version: '0.1.0',
|
|
author: 'dragonwocky',
|
|
};
|