notion-enhancer/mods/dracula-pro/mod.js
Mimi Shahzad d232a5b9cf Dracula Pro Mod
based on the official palette from Dracula Pro
2020-10-08 14:54:36 -04:00

23 lines
607 B
JavaScript

/*
* dracula
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 u/mimi-shahzad
* (c) 2020 Dracula Pro Theme
* under the MIT license
*/
'use strict';
module.exports = {
id: '033bff54-50ba-4cec-bdc0-b2ca7e307087',
tags: ['theme', 'dark'],
name: 'dracula pro',
desc: 'a theme based on the popular Dracula pro 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',
}
};