This commit is contained in:
Maciej Caderek
2022-01-18 06:45:22 +01:00
parent 2214e73ad4
commit 8a3743a328
9 changed files with 150 additions and 74 deletions

View File

@@ -31,8 +31,8 @@ const style: Style = {
},
},
coords: {
onLight: "#72b339",
onDark: "#ececa4",
onLight: "#4d7a26",
onDark: "#ffffc4",
onBorder: "#ececa4",
},
};

View File

@@ -31,8 +31,8 @@ const style: Style = {
},
},
coords: {
onLight: "#c0acb5",
onDark: "#e5d0cb",
onLight: "#876b77",
onDark: "#fff5f2",
onBorder: "#e5d0cb",
},
};