diff --git a/public/textures/wood01.jpg b/public/textures/wood01.jpg index 006d8bd..884a39d 100644 Binary files a/public/textures/wood01.jpg and b/public/textures/wood01.jpg differ diff --git a/public/textures/wood01_bg.jpg b/public/textures/wood01_bg.jpg index fb6dddd..65bbba4 100644 Binary files a/public/textures/wood01_bg.jpg and b/public/textures/wood01_bg.jpg differ diff --git a/public/textures/wood01_ico.png b/public/textures/wood01_ico.png index d1da339..9f7c7ed 100644 Binary files a/public/textures/wood01_ico.png and b/public/textures/wood01_ico.png differ diff --git a/public/textures/wood02.jpg b/public/textures/wood02.jpg index 21244df..c12ae44 100644 Binary files a/public/textures/wood02.jpg and b/public/textures/wood02.jpg differ diff --git a/public/textures/wood02_bg.jpg b/public/textures/wood02_bg.jpg index 553cb5e..5db6a45 100644 Binary files a/public/textures/wood02_bg.jpg and b/public/textures/wood02_bg.jpg differ diff --git a/public/textures/wood02_ico.png b/public/textures/wood02_ico.png index fc3a456..43538c5 100644 Binary files a/public/textures/wood02_ico.png and b/public/textures/wood02_ico.png differ diff --git a/public/textures/wood03.jpg b/public/textures/wood03.jpg index 98d9e74..bb27b96 100644 Binary files a/public/textures/wood03.jpg and b/public/textures/wood03.jpg differ diff --git a/public/textures/wood03_bg.jpg b/public/textures/wood03_bg.jpg index a65f0c1..5ab0ed4 100644 Binary files a/public/textures/wood03_bg.jpg and b/public/textures/wood03_bg.jpg differ diff --git a/public/textures/wood03_ico.png b/public/textures/wood03_ico.png index dffb7b4..9db0446 100644 Binary files a/public/textures/wood03_ico.png and b/public/textures/wood03_ico.png differ diff --git a/public/textures/wood04.jpg b/public/textures/wood04.jpg index fb4e3b9..c906229 100644 Binary files a/public/textures/wood04.jpg and b/public/textures/wood04.jpg differ diff --git a/public/textures/wood04_bg.jpg b/public/textures/wood04_bg.jpg index 7183360..a4a08fc 100644 Binary files a/public/textures/wood04_bg.jpg and b/public/textures/wood04_bg.jpg differ diff --git a/public/textures/wood04_ico.png b/public/textures/wood04_ico.png index 3633ac9..de31f00 100644 Binary files a/public/textures/wood04_ico.png and b/public/textures/wood04_ico.png differ diff --git a/public/textures/wood05.jpg b/public/textures/wood05.jpg new file mode 100644 index 0000000..69ba873 Binary files /dev/null and b/public/textures/wood05.jpg differ diff --git a/public/textures/wood05_bg.jpg b/public/textures/wood05_bg.jpg new file mode 100644 index 0000000..4ad0cfc Binary files /dev/null and b/public/textures/wood05_bg.jpg differ diff --git a/public/textures/wood05_ico.png b/public/textures/wood05_ico.png new file mode 100644 index 0000000..398a658 Binary files /dev/null and b/public/textures/wood05_ico.png differ diff --git a/public/textures/wood06.jpg b/public/textures/wood06.jpg new file mode 100644 index 0000000..a8f17d1 Binary files /dev/null and b/public/textures/wood06.jpg differ diff --git a/public/textures/wood06_bg.jpg b/public/textures/wood06_bg.jpg new file mode 100644 index 0000000..7b2d645 Binary files /dev/null and b/public/textures/wood06_bg.jpg differ diff --git a/public/textures/wood06_ico.png b/public/textures/wood06_ico.png new file mode 100644 index 0000000..093cf12 Binary files /dev/null and b/public/textures/wood06_ico.png differ diff --git a/public/textures/wood07.jpg b/public/textures/wood07.jpg new file mode 100644 index 0000000..fc7b61f Binary files /dev/null and b/public/textures/wood07.jpg differ diff --git a/public/textures/wood07_bg.jpg b/public/textures/wood07_bg.jpg new file mode 100644 index 0000000..66ae484 Binary files /dev/null and b/public/textures/wood07_bg.jpg differ diff --git a/public/textures/wood07_ico.png b/public/textures/wood07_ico.png new file mode 100644 index 0000000..928f28a Binary files /dev/null and b/public/textures/wood07_ico.png differ diff --git a/public/textures/wood08.jpg b/public/textures/wood08.jpg new file mode 100644 index 0000000..ed5ed29 Binary files /dev/null and b/public/textures/wood08.jpg differ diff --git a/public/textures/wood08_bg.jpg b/public/textures/wood08_bg.jpg new file mode 100644 index 0000000..1348bf5 Binary files /dev/null and b/public/textures/wood08_bg.jpg differ diff --git a/public/textures/wood08_ico.png b/public/textures/wood08_ico.png new file mode 100644 index 0000000..be7c3a1 Binary files /dev/null and b/public/textures/wood08_ico.png differ diff --git a/src/board/styles-board/index.ts b/src/board/styles-board/index.ts index b5431bf..e710eb1 100644 --- a/src/board/styles-board/index.ts +++ b/src/board/styles-board/index.ts @@ -34,6 +34,10 @@ import wood1 from "./pic/wood1"; import wood2 from "./pic/wood2"; import wood3 from "./pic/wood3"; import wood4 from "./pic/wood4"; +import wood5 from "./pic/wood5"; +import wood6 from "./pic/wood6"; +import wood7 from "./pic/wood7"; +import wood8 from "./pic/wood8"; const styles = { standard, @@ -71,6 +75,10 @@ const styles = { wood2, wood3, wood4, + wood5, + wood6, + wood7, + wood8, }; export default styles; diff --git a/src/board/styles-board/pic/wood1.ts b/src/board/styles-board/pic/wood1.ts index 0da9873..54e27e1 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: "#5a4334", - onDark: "#c2a078", - onBorder: "#c2a078", + onLight: "#604939", + onDark: "#e1d0b7", + onBorder: "#dac4a4", }, ico: "/textures/wood01_ico.png", }; diff --git a/src/board/styles-board/pic/wood2.ts b/src/board/styles-board/pic/wood2.ts index 3b8da47..4a1a0ee 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: "#ff007733", + data: "#55ff0022", }, border: { type: "image", @@ -32,9 +32,9 @@ const style: Style = { }, }, coords: { - onLight: "#773e2d", - onDark: "#d6b29a", - onBorder: "#d6b29a", + onLight: "#704642", + onDark: "#e1c1b7", + onBorder: "#d9b1a5", }, ico: "/textures/wood02_ico.png", }; diff --git a/src/board/styles-board/pic/wood3.ts b/src/board/styles-board/pic/wood3.ts index 976b173..41ba016 100644 --- a/src/board/styles-board/pic/wood3.ts +++ b/src/board/styles-board/pic/wood3.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: "#452b1d", - onDark: "#c49969", - onBorder: "#c49969", + onLight: "#986738", + onDark: "#e2d3b6", + onBorder: "#dac7a0", }, ico: "/textures/wood03_ico.png", }; diff --git a/src/board/styles-board/pic/wood4.ts b/src/board/styles-board/pic/wood4.ts index d40398e..f1ff756 100644 --- a/src/board/styles-board/pic/wood4.ts +++ b/src/board/styles-board/pic/wood4.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: "#8b674c", - onDark: "#ebdbc8", - onBorder: "#e7cbac", + onLight: "#9e543b", + onDark: "#e3c7b5", + onBorder: "#ddbba4", }, ico: "/textures/wood04_ico.png", }; diff --git a/src/board/styles-board/pic/wood5.ts b/src/board/styles-board/pic/wood5.ts new file mode 100644 index 0000000..f8524d3 --- /dev/null +++ b/src/board/styles-board/pic/wood5.ts @@ -0,0 +1,42 @@ +import { Style } from "../../../types"; + +const style: Style = { + name: "Wood 5", + category: "pic", + background: { + type: "image", + data: { + src: "/textures/wood05.jpg", + }, + }, + dark: { + type: "solid", + data: { + color: "transparent", + }, + }, + light: { + type: "solid", + data: { + color: "transparent", + }, + }, + moveIndicator: { + type: "color", + data: "#55ff0022", + }, + border: { + type: "image", + data: { + src: "/textures/wood05_bg.jpg", + }, + }, + coords: { + onLight: "#8f653d", + onDark: "#e3ceb5", + onBorder: "#dcc2a3", + }, + ico: "/textures/wood05_ico.png", +}; + +export default style; diff --git a/src/board/styles-board/pic/wood6.ts b/src/board/styles-board/pic/wood6.ts new file mode 100644 index 0000000..38b673f --- /dev/null +++ b/src/board/styles-board/pic/wood6.ts @@ -0,0 +1,42 @@ +import { Style } from "../../../types"; + +const style: Style = { + name: "Wood 6", + category: "pic", + background: { + type: "image", + data: { + src: "/textures/wood06.jpg", + }, + }, + dark: { + type: "solid", + data: { + color: "transparent", + }, + }, + light: { + type: "solid", + data: { + color: "transparent", + }, + }, + moveIndicator: { + type: "color", + data: "#55ff0022", + }, + border: { + type: "image", + data: { + src: "/textures/wood06_bg.jpg", + }, + }, + coords: { + onLight: "#865946", + onDark: "#dfc8b9", + onBorder: "#d7bba8", + }, + ico: "/textures/wood06_ico.png", +}; + +export default style; diff --git a/src/board/styles-board/pic/wood7.ts b/src/board/styles-board/pic/wood7.ts new file mode 100644 index 0000000..467d881 --- /dev/null +++ b/src/board/styles-board/pic/wood7.ts @@ -0,0 +1,42 @@ +import { Style } from "../../../types"; + +const style: Style = { + name: "Wood 7", + category: "pic", + background: { + type: "image", + data: { + src: "/textures/wood07.jpg", + }, + }, + dark: { + type: "solid", + data: { + color: "transparent", + }, + }, + light: { + type: "solid", + data: { + color: "transparent", + }, + }, + moveIndicator: { + type: "color", + data: "#55ff0022", + }, + border: { + type: "image", + data: { + src: "/textures/wood07_bg.jpg", + }, + }, + coords: { + onLight: "#734926", + onDark: "#cab99b", + onBorder: "#cab99b", + }, + ico: "/textures/wood07_ico.png", +}; + +export default style; diff --git a/src/board/styles-board/pic/wood8.ts b/src/board/styles-board/pic/wood8.ts new file mode 100644 index 0000000..bfb3521 --- /dev/null +++ b/src/board/styles-board/pic/wood8.ts @@ -0,0 +1,42 @@ +import { Style } from "../../../types"; + +const style: Style = { + name: "Wood 8", + category: "pic", + background: { + type: "image", + data: { + src: "/textures/wood08.jpg", + }, + }, + dark: { + type: "solid", + data: { + color: "transparent", + }, + }, + light: { + type: "solid", + data: { + color: "transparent", + }, + }, + moveIndicator: { + type: "color", + data: "#55ff0022", + }, + border: { + type: "image", + data: { + src: "/textures/wood08_bg.jpg", + }, + }, + coords: { + onLight: "#723627", + onDark: "#cbad9a", + onBorder: "#cbad9a", + }, + ico: "/textures/wood08_ico.png", +}; + +export default style;