mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-20 03:29:02 +00:00
16 lines
391 B
JavaScript
16 lines
391 B
JavaScript
/*
|
|
* Pinky Booooom Theme!
|
|
* (c) 2020 mugiwarafx (https://github.com/mugiwarafx/pinky-boom-theme)
|
|
* under the MIT license
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = {
|
|
id: "fbef391c-58ff-4938-bd45-b85ae0435e4e",
|
|
name: "Pinky Boom Theme",
|
|
tags: ['theme', 'dark', 'light', 'pink'],
|
|
desc: "pinkify your default light or dark theme",
|
|
version: "0.0.2",
|
|
author: "mugiwarafx",
|
|
}; |