fix: folder theme path

This commit is contained in:
mugiwarafx 2020-12-06 20:36:27 +01:00
parent a988373440
commit dc17590b84
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@
module.exports = { module.exports = {
id: "fbef391c-58ff-4938-bd45-b85ae0435e4e", id: "fbef391c-58ff-4938-bd45-b85ae0435e4e",
name: "Pinky Boom Theme", name: "Pinky Boom Theme",
tags: ['theme', 'pink'], tags: ['theme', 'pink', 'dark', 'light'],
desc: "Pinky everywhere and black cats", desc: "Pinkify your dark/light default template!",
version: "0.0.1", version: "0.0.1",
author: "mugiwarafx", author: "mugiwarafx",
}; };

View File

@ -23,7 +23,7 @@
--theme_light--scrollbar: #ff14ef; --theme_light--scrollbar: #ff14ef;
--theme_light--scrollbar-border: inherit; --theme_light--scrollbar-border: inherit;
--theme_light--scrollbar_hover: hsl(350, 40%, 70%); --theme_light--scrollbar_hover: hsl(350, 40%, 70%);
--theme-light--interactive_hover: rgb(228 208 255); --theme-light--interactive_hover: rgb(228, 208, 255);
--theme_light--selected:hsl(294deg, 100%, 88%); --theme_light--selected:hsl(294deg, 100%, 88%);
--theme_light--primary: #fd98f5; --theme_light--primary: #fd98f5;
--theme_light--primary_hover: deeppink; --theme_light--primary_hover: deeppink;