File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
const cacheName = "luizbills.litecanvas-editor-v1" ;
2
- const version = "2.16.3 " ;
2
+ const version = "2.16.4 " ;
3
3
4
4
const precacheResources = [
5
5
"/" ,
Original file line number Diff line number Diff line change 145
145
146
146
@media (prefers-color-scheme : dark) {
147
147
body {
148
- background : # 000 ;
148
+ background : # 111 ;
149
149
color : # fff ;
150
150
}
151
151
@@ -236,18 +236,20 @@ <h1>litepixel</h1>
236
236
const $ = ( selector ) => document . querySelector ( selector ) ;
237
237
// color palette
238
238
const colors = [
239
- "#18161c " ,
239
+ "#000 " ,
240
240
"#6a7799" ,
241
241
"#aec2c2" ,
242
- "#f3eade" ,
243
- "#f04f78" ,
244
- "#fcf660" ,
245
- "#2f328f" ,
246
- "#4b80ca" ,
242
+ "#FFF1E8" ,
243
+
244
+ "#d82800" ,
245
+ "#f8d878" ,
246
+ "#155fd9" ,
247
+ "#3cbcfc" ,
248
+
247
249
"#327345" ,
248
250
"#63c64d" ,
249
- "#703075 " ,
250
- "#a56243 " ,
251
+ "#6844fc " ,
252
+ "#ac7c00 " ,
251
253
] ;
252
254
// local storage wrapper
253
255
const storage = {
You can’t perform that action at this time.
0 commit comments