mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
19 lines
383 B
JavaScript
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',
|
|
};
|