This commit is contained in:
Maciej Caderek
2022-02-18 22:50:05 +01:00
parent 9aae91baff
commit 584dd1a533
4 changed files with 13 additions and 13 deletions

View File

@@ -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",
};

View File

@@ -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",
};

View File

@@ -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",
};

View File

@@ -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",
};