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: "#7D3EC155",
},
type: "hueShift",
data: 70,
},
border: {
type: "solid",
@@ -33,8 +31,9 @@ const style: Style = {
},
},
coords: {
lightColor: "#ececa4",
darkColor: "#ececa4",
onLight: "#72b339",
onDark: "#ececa4",
onBorder: "#ececa4",
},
};