📂 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[] = [ const config: Config[] = [
{ {
themeName: "BreezeX Dark", themeName: "BreezeX-Dark",
color: { color: {
base: breeze, base: breeze,
outline: white, outline: white,
}, },
}, },
{ {
themeName: "BreezeX Light", themeName: "BreezeX-Light",
color: { color: {
base: white, base: white,
outline: breeze, outline: breeze,