Improved paper-like boards, added missing move indicator colors

This commit is contained in:
Maciej Caderek
2022-05-03 03:41:12 +02:00
parent 011a3bf1f0
commit 9e4ddbcad3
24 changed files with 81 additions and 79 deletions

View File

@@ -22,7 +22,7 @@ const style: Style = {
},
moveIndicator: {
hueShift: 0,
color: "#55ff0022",
color: "#1c67c933",
},
border: {
type: "image",
@@ -32,8 +32,8 @@ const style: Style = {
},
coords: {
onLight: "#0000007f",
onDark: "#000000bb",
onBorder: "#000000bb",
onDark: "#00000099",
onBorder: "#00000099",
},
ico: "/textures/cardboard_ico.png",
};