File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 29
29
| ** high-contrast** | <img src =" ./asset/high-contrast.png " height =250 alt =" graph " /> |
30
30
| ** cobalt** | <img src =" ./asset/cobalt.png " height =250 alt =" graph " /> |
31
31
| ** material** | <img src =" ./asset/material.png " height =250 alt =" graph " /> |
32
- | ** nightowl** | <img src =" ./asset/nightowl.png " height =250 alt =" graph " /> |
32
+ | ** nightowl** | <img src =" ./asset/nightowl.png " height =250 alt =" graph " /> |
33
+ | ** modern-lilac** | <img src =" ./asset/modern-lilac.png " height =250 alt =" graph " /> |
Original file line number Diff line number Diff line change @@ -322,6 +322,16 @@ export const selectColors = (queryString: string): Colors => {
322
322
lineColor : 'c792ea' ,
323
323
pointColor : 'ffeb95' ,
324
324
} ;
325
+ case 'modern-lilac' :
326
+ return {
327
+ areaColor : '5d417a' ,
328
+ borderColor : '1c1e26' ,
329
+ bgColor : '0a0e12' ,
330
+ color : '5d417a' ,
331
+ titleColor : '5d417a' ,
332
+ lineColor : '5d417a' ,
333
+ pointColor : 'fab795' ,
334
+ } ;
325
335
case 'github-compact' :
326
336
return {
327
337
areaColor : '26a641' ,
You can’t perform that action at this time.
0 commit comments