Modified paper-style boards

This commit is contained in:
Maciej Caderek
2022-04-27 02:36:55 +02:00
parent 5f0e3b1e6f
commit 1e5da6e159
4 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ const style: Style = {
background: {
type: "solid",
data: {
color: "#EDEDED",
color: "transparent",
},
},
dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: {
type: "solid",
data: {
color: "#BBBBBB",
color: "#EDEDED",
},
},
coords: {

View File

@@ -32,8 +32,8 @@ const style: Style = {
},
coords: {
onLight: "#0000007f",
onDark: "#00000099",
onBorder: "#00000099",
onDark: "#000000bb",
onBorder: "#000000bb",
},
ico: "/textures/cardboard_ico.png",
};

View File

@@ -32,8 +32,8 @@ const style: Style = {
},
coords: {
onLight: "#0000007f",
onDark: "#00000099",
onBorder: "#00000099",
onDark: "#000000bb",
onBorder: "#000000bb",
},
ico: "/textures/paper_ico.png",
};

View File

@@ -5,7 +5,7 @@ const style: Style = {
background: {
type: "solid",
data: {
color: "#EFDEB1",
color: "transparent",
},
},
dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: {
type: "solid",
data: {
color: "#C5B386",
color: "#EFDEB1",
},
},
coords: {