WIP
This commit is contained in:
@@ -12,13 +12,13 @@ const style: Style = {
|
||||
dark: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "#e54b4b",
|
||||
color: "#E54B4B",
|
||||
},
|
||||
},
|
||||
light: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "#ffa987",
|
||||
color: "#EFB293",
|
||||
},
|
||||
},
|
||||
moveIndicator: {
|
||||
@@ -28,13 +28,13 @@ const style: Style = {
|
||||
border: {
|
||||
type: "solid",
|
||||
data: {
|
||||
color: "#962c2c",
|
||||
color: "#9E3131",
|
||||
},
|
||||
},
|
||||
coords: {
|
||||
onLight: "#e54b4b",
|
||||
onDark: "#ffa987",
|
||||
onBorder: "#ffa987",
|
||||
onDark: "#EFB293",
|
||||
onBorder: "#EFB293",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user