fix: correct export error in palette.json

This commit is contained in:
winston 2022-08-05 13:21:19 +02:00
parent 6b7002a248
commit 9098bf0a02
No known key found for this signature in database
GPG key ID: 3786770EDBC2B481

View file

@ -33,7 +33,7 @@
"peach": {
"hex": "#fe640b",
"rgb": "rgb(254, 100, 11)",
"hsl": "\thsl(22, 99%, 52%)"
"hsl": "hsl(22, 99%, 52%)"
},
"yellow": {
"hex": "#df8e1d",
@ -115,11 +115,6 @@
"rgb": "rgb(204, 208, 218)",
"hsl": "hsl(223, 16%, 83%)"
},
"crust": {
"hex": "#dce0e8",
"rgb": "rgb(220, 224, 232)",
"hsl": "hsl(220, 21%, 89%)"
},
"mantle": {
"hex": "#e6e9ef",
"rgb": "rgb(230, 233, 239)",
@ -129,6 +124,11 @@
"hex": "#eff1f5",
"rgb": "rgb(239, 241, 245)",
"hsl": "hsl(220, 23%, 95%)"
},
"crust": {
"hex": "#dce0e8",
"rgb": "rgb(220, 224, 232)",
"hsl": "hsl(220, 21%, 89%)"
}
},
"frappe": {