notion-enhancer/mods/pinky-boom-light/mod.js
mugiwarafx e12b3bac85
feat(theme): add pinky boom light theme (#348)
* feat(theme): add pinky boom theme

* fix: folder theme path

* fix: proper var syntax

* feat(theme): add pinky boom theme

* feat(theme): add pinky boom light theme

* add newline mod.js

* add newline variables.css
2020-12-14 04:18:13 +11:00

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",
};