int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiChipColors
/
Companion
/
light
light
@
Composable
fun
light
(
background
:
Brush
=
SolidColor(IntUiLightTheme.colors.grey(14))
,
backgroundDisabled
:
Brush
=
SolidColor(IntUiLightTheme.colors.grey(12))
,
backgroundFocused
:
Brush
=
background
,
backgroundPressed
:
Brush
=
SolidColor(IntUiLightTheme.colors.grey(13))
,
backgroundHovered
:
Brush
=
background
,
content
:
Color
=
IntUiLightTheme.colors.grey(1)
,
contentDisabled
:
Color
=
IntUiLightTheme.colors.grey(8)
,
contentFocused
:
Color
=
content
,
contentPressed
:
Color
=
content
,
contentHovered
:
Color
=
content
,
border
:
Color
=
IntUiLightTheme.colors.grey(9)
,
borderDisabled
:
Color
=
IntUiLightTheme.colors.grey(6)
,
borderFocused
:
Color
=
Color.Unspecified
,
borderPressed
:
Color
=
IntUiLightTheme.colors.grey(7)
,
borderHovered
:
Color
=
IntUiLightTheme.colors.grey(8)
)
:
IntUiChipColors