mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
18 lines
392 B
JavaScript
18 lines
392 B
JavaScript
/*
|
|
* neutral
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 Arecsu
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'c4435543-4705-4d68-8cf7-d11c342f8089',
|
|
tags: ['theme', 'dark'],
|
|
name: 'neutral',
|
|
desc: 'smoother colours and fonts, designed to be more pleasing to the eye.',
|
|
version: '0.1.0',
|
|
author: 'arecsu',
|
|
};
|