Modified paper-style boards

This commit is contained in:
Maciej Caderek
2022-04-27 03:06:56 +02:00
parent 1e5da6e159
commit c58f5e7711
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ const style: Style = {
background: { background: {
type: "solid", type: "solid",
data: { data: {
color: "transparent", color: "#EDEDED",
}, },
}, },
dark: { dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: { border: {
type: "solid", type: "solid",
data: { data: {
color: "#EDEDED", color: "#dcdcdc",
}, },
}, },
coords: { coords: {

View File

@@ -5,7 +5,7 @@ const style: Style = {
background: { background: {
type: "solid", type: "solid",
data: { data: {
color: "transparent", color: "#EFDEB1",
}, },
}, },
dark: { dark: {
@@ -27,7 +27,7 @@ const style: Style = {
border: { border: {
type: "solid", type: "solid",
data: { data: {
color: "#EFDEB1", color: "#decea5",
}, },
}, },
coords: { coords: {