WIP
This commit is contained in:
@@ -32,9 +32,9 @@ const style: Style = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
coords: {
|
coords: {
|
||||||
onLight: "#333",
|
onLight: "#5a4334",
|
||||||
onDark: "#eee",
|
onDark: "#c2a078",
|
||||||
onBorder: "#ffffffbb",
|
onBorder: "#c2a078",
|
||||||
},
|
},
|
||||||
ico: "/textures/wood01_ico.png",
|
ico: "/textures/wood01_ico.png",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ const style: Style = {
|
|||||||
},
|
},
|
||||||
moveIndicator: {
|
moveIndicator: {
|
||||||
type: "color",
|
type: "color",
|
||||||
data: "#55ff0022",
|
data: "#ff007733",
|
||||||
},
|
},
|
||||||
border: {
|
border: {
|
||||||
type: "image",
|
type: "image",
|
||||||
@@ -32,9 +32,9 @@ const style: Style = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
coords: {
|
coords: {
|
||||||
onLight: "#333",
|
onLight: "#773e2d",
|
||||||
onDark: "#eee",
|
onDark: "#d6b29a",
|
||||||
onBorder: "#ffffffbb",
|
onBorder: "#d6b29a",
|
||||||
},
|
},
|
||||||
ico: "/textures/wood02_ico.png",
|
ico: "/textures/wood02_ico.png",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -32,9 +32,9 @@ const style: Style = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
coords: {
|
coords: {
|
||||||
onLight: "#333",
|
onLight: "#452b1d",
|
||||||
onDark: "#eee",
|
onDark: "#c49969",
|
||||||
onBorder: "#ffffffbb",
|
onBorder: "#c49969",
|
||||||
},
|
},
|
||||||
ico: "/textures/wood03_ico.png",
|
ico: "/textures/wood03_ico.png",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -32,9 +32,9 @@ const style: Style = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
coords: {
|
coords: {
|
||||||
onLight: "#333",
|
onLight: "#8b674c",
|
||||||
onDark: "#eee",
|
onDark: "#ebdbc8",
|
||||||
onBorder: "#ffffffbb",
|
onBorder: "#e7cbac",
|
||||||
},
|
},
|
||||||
ico: "/textures/wood04_ico.png",
|
ico: "/textures/wood04_ico.png",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user