diff --git a/src/board/styles-board/pic/wood1.ts b/src/board/styles-board/pic/wood1.ts index 2ddbabc..0da9873 100644 --- a/src/board/styles-board/pic/wood1.ts +++ b/src/board/styles-board/pic/wood1.ts @@ -32,9 +32,9 @@ const style: Style = { }, }, coords: { - onLight: "#333", - onDark: "#eee", - onBorder: "#ffffffbb", + onLight: "#5a4334", + onDark: "#c2a078", + onBorder: "#c2a078", }, ico: "/textures/wood01_ico.png", }; diff --git a/src/board/styles-board/pic/wood2.ts b/src/board/styles-board/pic/wood2.ts index 7ab5c00..3b8da47 100644 --- a/src/board/styles-board/pic/wood2.ts +++ b/src/board/styles-board/pic/wood2.ts @@ -23,7 +23,7 @@ const style: Style = { }, moveIndicator: { type: "color", - data: "#55ff0022", + data: "#ff007733", }, border: { type: "image", @@ -32,9 +32,9 @@ const style: Style = { }, }, coords: { - onLight: "#333", - onDark: "#eee", - onBorder: "#ffffffbb", + onLight: "#773e2d", + onDark: "#d6b29a", + onBorder: "#d6b29a", }, ico: "/textures/wood02_ico.png", }; diff --git a/src/board/styles-board/pic/wood3.ts b/src/board/styles-board/pic/wood3.ts index 82c073b..976b173 100644 --- a/src/board/styles-board/pic/wood3.ts +++ b/src/board/styles-board/pic/wood3.ts @@ -32,9 +32,9 @@ const style: Style = { }, }, coords: { - onLight: "#333", - onDark: "#eee", - onBorder: "#ffffffbb", + onLight: "#452b1d", + onDark: "#c49969", + onBorder: "#c49969", }, ico: "/textures/wood03_ico.png", }; diff --git a/src/board/styles-board/pic/wood4.ts b/src/board/styles-board/pic/wood4.ts index c72123f..d40398e 100644 --- a/src/board/styles-board/pic/wood4.ts +++ b/src/board/styles-board/pic/wood4.ts @@ -32,9 +32,9 @@ const style: Style = { }, }, coords: { - onLight: "#333", - onDark: "#eee", - onBorder: "#ffffffbb", + onLight: "#8b674c", + onDark: "#ebdbc8", + onBorder: "#e7cbac", }, ico: "/textures/wood04_ico.png", };