notion-enhancer/repo/dracula-theme/mod.js
Mimi Shahzad 0448e8643e Dracula theme (#145)
A theme created based on the official Dracula Theme palette found https://draculatheme.com/contribute/.
2020-10-09 09:03:41 +11:00

23 lines
595 B
JavaScript

/*
* dracula
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (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',
}
};