mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-16 18:09:01 +00:00
17 lines
368 B
JavaScript
17 lines
368 B
JavaScript
/*
|
|
* Pinky Booooom Theme!
|
|
* (c) 2020 mugiwarafx (https://github.com/mugiwarafx)
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id:'61dd3671-f8b2-4116-8f1c-1a169286fe55',
|
|
name: 'contrast bule orange',
|
|
tags: ['theme', 'light', 'bule'],
|
|
desc: 'A bright light theme using blue and orange',
|
|
version: '0.1.0',
|
|
author: 'GuYith',
|
|
};
|