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