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