diff --git a/src/board/styles-board/pic/lines_alabaster.ts b/src/board/styles-board/pic/lines_alabaster.ts index acb4140..58be63d 100644 --- a/src/board/styles-board/pic/lines_alabaster.ts +++ b/src/board/styles-board/pic/lines_alabaster.ts @@ -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: { diff --git a/src/board/styles-board/pic/lines_cardboard.ts b/src/board/styles-board/pic/lines_cardboard.ts index 5c5cff0..c9af668 100644 --- a/src/board/styles-board/pic/lines_cardboard.ts +++ b/src/board/styles-board/pic/lines_cardboard.ts @@ -32,8 +32,8 @@ const style: Style = { }, coords: { onLight: "#0000007f", - onDark: "#00000099", - onBorder: "#00000099", + onDark: "#000000bb", + onBorder: "#000000bb", }, ico: "/textures/cardboard_ico.png", }; diff --git a/src/board/styles-board/pic/lines_paper.ts b/src/board/styles-board/pic/lines_paper.ts index fa6204f..a11a6e7 100644 --- a/src/board/styles-board/pic/lines_paper.ts +++ b/src/board/styles-board/pic/lines_paper.ts @@ -32,8 +32,8 @@ const style: Style = { }, coords: { onLight: "#0000007f", - onDark: "#00000099", - onBorder: "#00000099", + onDark: "#000000bb", + onBorder: "#000000bb", }, ico: "/textures/paper_ico.png", }; diff --git a/src/board/styles-board/pic/lines_parchment.ts b/src/board/styles-board/pic/lines_parchment.ts index 0551ac3..026d28d 100644 --- a/src/board/styles-board/pic/lines_parchment.ts +++ b/src/board/styles-board/pic/lines_parchment.ts @@ -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: {