diff --git a/src/board/styles-board/pic/lines_alabaster.ts b/src/board/styles-board/pic/lines_alabaster.ts index 58be63d..5e93b6b 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: "transparent", + color: "#EDEDED", }, }, dark: { @@ -27,7 +27,7 @@ const style: Style = { border: { type: "solid", data: { - color: "#EDEDED", + color: "#dcdcdc", }, }, coords: { diff --git a/src/board/styles-board/pic/lines_parchment.ts b/src/board/styles-board/pic/lines_parchment.ts index 026d28d..5e1fa62 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: "transparent", + color: "#EFDEB1", }, }, dark: { @@ -27,7 +27,7 @@ const style: Style = { border: { type: "solid", data: { - color: "#EFDEB1", + color: "#decea5", }, }, coords: {