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: { background: {
type: "solid", type: "solid",
data: { data: {
color: "#EDEDED", color: "transparent",
}, },
}, },
dark: { dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: { border: {
type: "solid", type: "solid",
data: { data: {
color: "#BBBBBB", color: "#EDEDED",
}, },
}, },
coords: { coords: {

View File

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

View File

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

View File

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