This commit is contained in:
Maciej Caderek
2022-04-23 04:23:15 +02:00
parent 4e67a55a15
commit 12c5e88eca
12 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ const bgColor = "#D47669";
const fgColor = "#E9BAB4"; const fgColor = "#E9BAB4";
const darkFontColor = "#95493F"; const darkFontColor = "#95493F";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#AC746D";
const fgColor = "#D5B9B6"; const fgColor = "#D5B9B6";
const darkFontColor = "#704944"; const darkFontColor = "#704944";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#FF7C44";
const fgColor = "#FFBDA1"; const fgColor = "#FFBDA1";
const darkFontColor = "#DC4200"; const darkFontColor = "#DC4200";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#7673FF";
const fgColor = "#BAB9FF"; const fgColor = "#BAB9FF";
const darkFontColor = "#3734B0"; const darkFontColor = "#3734B0";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#3C85F4";
const fgColor = "#9DC2F9"; const fgColor = "#9DC2F9";
const darkFontColor = "#1451AE"; const darkFontColor = "#1451AE";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#F65656";
const fgColor = "#FAAAAA"; const fgColor = "#FAAAAA";
const darkFontColor = "#BC2D2D"; const darkFontColor = "#BC2D2D";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#EAA464";
const fgColor = "#F4D1B1"; const fgColor = "#F4D1B1";
const darkFontColor = "#BD8551"; const darkFontColor = "#BD8551";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#C84CF3";
const fgColor = "#E3A5F9"; const fgColor = "#E3A5F9";
const darkFontColor = "#881EAC"; const darkFontColor = "#881EAC";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#69C549";
const fgColor = "#B4E2A4"; const fgColor = "#B4E2A4";
const darkFontColor = "#4C9433"; const darkFontColor = "#4C9433";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#07C575";
const fgColor = "#83E2BA"; const fgColor = "#83E2BA";
const darkFontColor = "#07834F"; const darkFontColor = "#07834F";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#FB6299";
const fgColor = "#FDB0CC"; const fgColor = "#FDB0CC";
const darkFontColor = "#C8215D"; const darkFontColor = "#C8215D";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",

View File

@@ -4,7 +4,7 @@ const bgColor = "#DF8F6C";
const fgColor = "#EFC7B5"; const fgColor = "#EFC7B5";
const darkFontColor = "#A56A51"; const darkFontColor = "#A56A51";
const lightFontColor = "#ffffff"; const lightFontColor = "#ffffff";
const borderFontColor = "#00000099"; const borderFontColor = "#00000088";
const style: Style = { const style: Style = {
category: "solid", category: "solid",