|
11 | 11 |
|
12 | 12 | // IMPORTANT - default colors should be in hex for compatibility
|
13 | 13 | exports.defaults = [
|
14 |
| - '#1f77b4', // muted blue |
15 |
| - '#ff7f0e', // safety orange |
16 |
| - '#2ca02c', // cooked asparagus green |
17 |
| - '#d62728', // brick red |
18 |
| - '#9467bd', // muted purple |
19 |
| - '#8c564b', // chestnut brown |
20 |
| - '#e377c2', // raspberry yogurt pink |
21 |
| - '#7f7f7f', // middle gray |
22 |
| - '#bcbd22', // curry yellow-green |
23 |
| - '#17becf' // blue-teal |
| 14 | + '#2096f3', // teal blue |
| 15 | + '#FAA654', // orange |
| 16 | + '#5DCB7E', // cooked asparagus green |
| 17 | + '#FFE06E', // pale yellow |
| 18 | + '#0D94F6', // muted blue |
| 19 | + '#6DEDC7', // mint green |
| 20 | + '#FFCA74', // pumkin yellow |
| 21 | + '#89CEEF', // denim blue |
| 22 | + '#FFCF00', // sunset yellow |
| 23 | + '#85DFE3', // aqua blue |
| 24 | + '#B8F788', // pastel green |
| 25 | + '#6F86D6', // violet sky |
| 26 | + '#C2E9FB', // cool water |
| 27 | + '#B4C4DA', // mirror grey |
| 28 | + '#9FD4C4', // algae green |
| 29 | + '#998CE3', // purple |
| 30 | + '#AE4680', // magenta |
| 31 | + '#F77373', // raspberry yogurt pink |
| 32 | + '#FF8500', // safety orange |
| 33 | + '#E5CAB4', // sand dust |
24 | 34 | ];
|
25 | 35 |
|
26 | 36 | exports.defaultLine = '#444';
|
|
0 commit comments