mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
23 lines
606 B
JavaScript
23 lines
606 B
JavaScript
/*
|
|
* pastel dark
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 u/zenith_illinois
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: '033bff54-50ba-4cec-bdc0-b2ca7e307085',
|
|
tags: ['theme', 'dark'],
|
|
name: 'pastel dark',
|
|
desc: 'a smooth-transition true dark theme with a hint of pastel.',
|
|
version: '0.1.0',
|
|
author: {
|
|
name: 'zenith_illinois',
|
|
link: 'https://www.reddit.com/user/zenith_illinois/',
|
|
avatar:
|
|
'https://cdn.discordapp.com/avatars/565182533940150283/54f36546ab586298a5df5c238cbaaa4b.png?size=128',
|
|
},
|
|
};
|