📂 Organize cursor bitmaps with use of "-" inside directory name

This commit is contained in:
ful1e5
2021-04-18 17:01:56 +05:30
parent 6356c2a9e2
commit eefc22397d
+2 -2
View File
@@ -10,14 +10,14 @@ const white = "#FFFFFF";
const config: Config[] = [
{
themeName: "BreezeX Dark",
themeName: "BreezeX-Dark",
color: {
base: breeze,
outline: white,
},
},
{
themeName: "BreezeX Light",
themeName: "BreezeX-Light",
color: {
base: white,
outline: breeze,