windowsAndLinuxLight

fun ScrollbarStyle.Companion.windowsAndLinuxLight(colors: ScrollbarColors = ScrollbarColors.windowsAndLinuxLight(), metrics: ScrollbarMetrics = ScrollbarMetrics.windows(), trackClickBehavior: TrackClickBehavior = TrackClickBehavior.JumpToSpot, scrollbarVisibility: ScrollbarVisibility = ScrollbarVisibility.AlwaysVisible): ScrollbarStyle
fun ScrollbarColors.Companion.windowsAndLinuxLight(thumbBackground: Color = Color(0x33737373), thumbBackgroundHovered: Color = Color(0x47737373), thumbBackgroundPressed: Color = thumbBackgroundHovered, thumbBorder: Color = Color(0x33595959), thumbBorderHovered: Color = Color(0x47595959), thumbBorderPressed: Color = thumbBorderHovered, trackBackground: Color = Color(0x00808080), trackBackgroundHovered: Color = Color(0x1A808080)): ScrollbarColors