mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 13:39:03 +00:00
18 lines
319 B
JavaScript
18 lines
319 B
JavaScript
/*
|
|
* nord v0.1.0
|
|
* (c) 2020 MANNEN
|
|
* dunno what to do here
|
|
* under the MIT license, probably?
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'ff87ff66-4910-436f-a843-7598edde2a7f',
|
|
tags: ['theme', 'dark'],
|
|
name: 'nord',
|
|
desc: 'An arctic, north-bluish color palette.',
|
|
version: '0.1.0',
|
|
author: 'MANNEN',
|
|
};
|