🌈 BreezeX-Light and BreezeX-dark setup

This commit is contained in:
ful1e5
2021-06-04 17:54:04 +05:30
parent c547d56d33
commit 923ee5b08c
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -5,22 +5,22 @@ interface Config {
color: Colors; color: Colors;
} }
const breeze = "#4D4D4D"; const breezeColor = "#4D4D4D";
const white = "#FFFFFF"; const whiteColor = "#FFFFFF";
const config: Config[] = [ const config: Config[] = [
{ {
themeName: "BreezeX-Dark", themeName: "BreezeX-Dark",
color: { color: {
base: breeze, base: breezeColor,
outline: white, outline: whiteColor,
}, },
}, },
{ {
themeName: "BreezeX-Light", themeName: "BreezeX-Light",
color: { color: {
base: white, base: whiteColor,
outline: breeze, outline: breezeColor,
}, },
}, },
]; ];
+3 -3
View File
@@ -15,9 +15,9 @@
defer-to-connect "^1.0.1" defer-to-connect "^1.0.1"
"@types/node@*": "@types/node@*":
version "15.9.0" version "15.12.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.9.0.tgz#0b7f6c33ca5618fe329a9d832b478b4964d325a8" resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.0.tgz#6a459d261450a300e6865faeddb5af01c3389bb3"
integrity sha512-AR1Vq1Ei1GaA5FjKL5PBqblTZsL5M+monvGSZwe6sSIdGiuu7Xr/pNwWJY+0ZQuN8AapD/XMB5IzBAyYRFbocA== integrity sha512-+aHJvoCsVhO2ZCuT4o5JtcPrCPyDE3+1nvbDprYes+pPkEsbjH7AGUCNtjMOXS0fqH14t+B7yLzaqSz92FPWyw==
"@types/pixelmatch@^5.2.2": "@types/pixelmatch@^5.2.2":
version "5.2.3" version "5.2.3"