mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
24 lines
635 B
JavaScript
24 lines
635 B
JavaScript
/*
|
|
* littlepig
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 Lizishan
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: 'ad923617-e76e-418e-9f23-490738a32299',
|
|
tags: ['theme', 'dark'],
|
|
name: 'littlepig dark',
|
|
desc: 'a purple monospaced theme using emojis and colourful text.',
|
|
version: '0.1.1',
|
|
author: {
|
|
name: 'Lizishan',
|
|
link: 'https://www.reddit.com/user/Lizishan/',
|
|
avatar:
|
|
'https://styles.redditmedia.com/t5_110nz4/styles/profileIcon_h1m3b16exoi51.jpg',
|
|
},
|
|
fonts: ['https://dev-cats.github.io/code-snippets/JetBrainsMono.css'],
|
|
};
|