Selection-row tint at pct opacity over surface (mirrors the web color-mix(... accent N%, surface) highlight).
pct
color-mix(... accent N%, surface)
Color selectionFill([double pct = 0.14]) => Color.alphaBlend(accent.withOpacity(pct), surface);