(index: number)
| 387 | const isDark = pick === "dark" |
| 388 | |
| 389 | const color = (index: number) => paletteColor(colors, index) |
| 390 | |
| 391 | const grays = generateGrayScale(bg_snapshot, isDark, (rgba) => rgba) |
| 392 | const textMuted = generateMutedTextColor(bg_snapshot, isDark, (rgba) => rgba) |
no test coverage detected