This commit is contained in:
Maciej Caderek
2022-01-17 04:54:19 +01:00
parent 7052c74171
commit 9482b11319
16 changed files with 140 additions and 86 deletions

View File

@@ -21,10 +21,8 @@ const style: Style = {
},
},
moveIndicator: {
type: "solid",
data: {
color: "#0055ff77",
},
type: "hueShift",
data: 180,
},
border: {
type: "solid",
@@ -33,8 +31,9 @@ const style: Style = {
},
},
coords: {
lightColor: "#e5d0cb",
darkColor: "#e5d0cb",
onLight: "#c0acb5",
onDark: "#e5d0cb",
onBorder: "#e5d0cb",
},
};