This commit is contained in:
Maciej Caderek
2022-01-30 05:04:17 +01:00
parent a7c2d09c96
commit 3023329586
19 changed files with 4431 additions and 274 deletions

View File

@@ -23,7 +23,7 @@ const style: Style = {
},
moveIndicator: {
type: "hueShift",
data: 40,
data: -40,
},
border: {
type: "solid",

View File

@@ -23,7 +23,7 @@ const style: Style = {
},
moveIndicator: {
type: "hueShift",
data: 180,
data: -120,
},
border: {
type: "solid",

View File

@@ -23,7 +23,7 @@ const style: Style = {
},
moveIndicator: {
type: "hueShift",
data: 330,
data: 30,
},
border: {
type: "solid",

View File

@@ -12,7 +12,7 @@ const style: Style = {
dark: {
type: "solid",
data: {
color: "#5d3e7d",
color: "#7b4fa8",
},
},
light: {
@@ -23,7 +23,7 @@ const style: Style = {
},
moveIndicator: {
type: "hueShift",
data: 60,
data: -60,
},
border: {
type: "solid",