int-ui-standalone
0.7.3
jvm
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.styling
/
IntUiScrollbarColors
/
Companion
Companion
object
Companion
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
thumbBackground
:
Color
=
Color(0x59808080)
,
thumbBackgroundHovered
:
Color
=
Color(0x8C808080)
)
:
IntUiScrollbarColors
light
Link copied to clipboard
@
Composable
fun
light
(
thumbBackground
:
Color
=
Color(0x33000000)
,
thumbBackgroundHovered
:
Color
=
Color(0x80000000)
)
:
IntUiScrollbarColors