notion-enhancer/mods/dracula-theme/mod.js
2020-10-12 19:36:51 +11:00

19 lines
383 B
JavaScript

/*
* dracula-theme
* (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.0',
author: 'mimi-shahzad',
};