mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
18 lines
378 B
JavaScript
18 lines
378 B
JavaScript
/*
|
|
* gameish
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 alizarin
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'ad923617-e76e-408e-9f23-490738a3223f',
|
|
tags: ['theme', 'dark'],
|
|
name: 'gameish',
|
|
desc: 'a purple, "gamer-styled" theme with a blocky-font.',
|
|
version: '0.0.3',
|
|
author: 'alizarin',
|
|
};
|