@@ -7,19 +7,26 @@ export const CATEGORY_COLORS_OPACITY = 0.75;
7
7
8
8
/** Base colors without opacity applied */
9
9
const BASE_CATEGORY_COLORS : Color [ ] = [
10
- [ 255 , 107 , 107 , 255 ] , // red (#ff6b6b)
11
- [ 72 , 219 , 251 , 255 ] , // blue (#48dbfb)
12
- [ 254 , 202 , 87 , 255 ] , // yellow (#feca57)
13
- [ 162 , 155 , 254 , 255 ] , // lavender (#a29bfe)
14
- [ 255 , 127 , 80 , 255 ] , // coral (#ff7f50)
15
- [ 255 , 105 , 180 , 255 ] , // hotpink (#ff69b4)
16
- [ 186 , 85 , 211 , 255 ] , // mediumorchid (#ba55d3)
17
- [ 60 , 179 , 113 , 255 ] , // mediumseagreen (#3cb371)
18
- [ 0 , 128 , 128 , 255 ] , // teal (#008080)
19
- [ 106 , 90 , 205 , 255 ] , // slateblue (#6a5acd)
20
- [ 0 , 255 , 0 , 255 ] , // lime (#00ff00)
21
- [ 0 , 206 , 209 , 255 ] , // darkturquoise (#00ced1)
22
- [ 205 , 133 , 63 , 255 ] , // peru (#cd853f)
10
+ [ 72 , 219 , 251 , 255 ] , // blue (#48dbfb)
11
+ [ 163 , 210 , 169 , 255 ] , // intermediate blue-yellow
12
+ [ 254 , 202 , 87 , 255 ] , // yellow (#feca57)
13
+ [ 208 , 178 , 170 , 255 ] , // intermediate yellow-lavender
14
+ [ 162 , 155 , 254 , 255 ] , // lavender (#a29bfe)
15
+ [ 208 , 130 , 217 , 255 ] , // intermediate lavender-hotpink
16
+ [ 255 , 105 , 180 , 255 ] , // hotpink (#ff69b4)
17
+ [ 220 , 95 , 195 , 255 ] , // intermediate hotpink-mediumorchid
18
+ [ 186 , 85 , 211 , 255 ] , // mediumorchid (#ba55d3)
19
+ [ 123 , 132 , 162 , 255 ] , // intermediate mediumorchid-mediumseagreen
20
+ [ 60 , 179 , 113 , 255 ] , // mediumseagreen (#3cb371)
21
+ [ 30 , 153 , 120 , 255 ] , // intermediate mediumseagreen-teal
22
+ [ 0 , 128 , 128 , 255 ] , // teal (#008080)
23
+ [ 53 , 109 , 166 , 255 ] , // intermediate teal-slateblue
24
+ [ 106 , 90 , 205 , 255 ] , // slateblue (#6a5acd)
25
+ [ 53 , 172 , 102 , 255 ] , // intermediate slateblue-lime
26
+ [ 0 , 255 , 0 , 255 ] , // lime (#00ff00)
27
+ [ 0 , 230 , 104 , 255 ] , // intermediate lime-darkturquoise
28
+ [ 0 , 206 , 209 , 255 ] , // darkturquoise (#00ced1)
29
+ [ 36 , 212 , 230 , 255 ] , // additional turquoise variant
23
30
] ;
24
31
25
32
/** Helper function to apply opacity to colors */
0 commit comments