mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
23 lines
506 B
JavaScript
23 lines
506 B
JavaScript
/*
|
|
* (c) 2020 u/mimi-shahzad
|
|
* (c) 2020 Dracula Theme
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: '033bff54-50ba-4cec-bdc0-b2ca7e307086',
|
|
tags: ['theme', 'dark'],
|
|
name: 'dracula',
|
|
|
|
desc: 'a theme based on the popular Dracula color palette originally by Zeno Rocha and friends. ',
|
|
version: '0.1',
|
|
author: {
|
|
name: 'mimi-shahzad',
|
|
link: 'https://github.com/mimi-shahzad',
|
|
avatar: 'https://secure.gravatar.com/avatar/86c98dec3a06245dbf2291deb44441f5',
|
|
}
|
|
|
|
};
|