mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
26 lines
779 B
JavaScript
26 lines
779 B
JavaScript
/*
|
|
* gameish
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 u/LVL100ShrekCultist
|
|
* 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.1.4',
|
|
author: {
|
|
name: 'LVL100ShrekCultist',
|
|
link: 'https://www.reddit.com/user/LVL100ShrekCultist/',
|
|
avatar:
|
|
'https://styles.redditmedia.com/t5_2js69j/styles/profileIcon_jvnzmo30fyq41.jpg',
|
|
},
|
|
fonts: [
|
|
'https://fonts.googleapis.com/css2?family=Baumans&family=Comfortaa&family=DM+Mono&family=Gruppo&family=Nova+Mono&family=Offside&family=Press+Start+2P&family=Righteous&display=swap',
|
|
],
|
|
};
|