From 458089a9535fe3f18a79a05ed51483a895febee9 Mon Sep 17 00:00:00 2001 From: Emir <31805948+admiraldus@users.noreply.github.com> Date: Mon, 14 Dec 2020 02:11:20 +0300 Subject: [PATCH] pinky boom theme: make the title lowercase (#350) --- mods/pinky-boom-light/mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/pinky-boom-light/mod.js b/mods/pinky-boom-light/mod.js index ceab185..0ed8f68 100644 --- a/mods/pinky-boom-light/mod.js +++ b/mods/pinky-boom-light/mod.js @@ -8,7 +8,7 @@ module.exports = { id: "fbef391c-58ff-4938-bd45-b85ae0435e4e", - name: "Pinky Boom Theme", + name: "pinky boom theme", tags: ['theme', 'light', 'pink'], desc: "pinkify your light theme", version: "1.0.0",