Modified paper-style boards
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -32,8 +32,8 @@ const style: Style = {
|
||||
},
|
||||
coords: {
|
||||
onLight: "#0000007f",
|
||||
onDark: "#00000099",
|
||||
onBorder: "#00000099",
|
||||
onDark: "#000000bb",
|
||||
onBorder: "#000000bb",
|
||||
},
|
||||
ico: "/textures/cardboard_ico.png",
|
||||
};
|
||||
|
||||
@@ -32,8 +32,8 @@ const style: Style = {
|
||||
},
|
||||
coords: {
|
||||
onLight: "#0000007f",
|
||||
onDark: "#00000099",
|
||||
onBorder: "#00000099",
|
||||
onDark: "#000000bb",
|
||||
onBorder: "#000000bb",
|
||||
},
|
||||
ico: "/textures/paper_ico.png",
|
||||
};
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user