Modified paper-style boards
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user