mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
23 lines
612 B
JavaScript
23 lines
612 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.4',
|
|
author: {
|
|
name: 'zenith_illinois',
|
|
link: 'https://www.reddit.com/user/zenith_illinois/',
|
|
avatar: 'https://www.redditstatic.com/avatars/avatar_default_18_46A508.png',
|
|
},
|
|
fonts: ['https://rsms.me/inter/inter.css'],
|
|
};
|