int-ui-standalone
0.7.1
jvm
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.styling
/
IntUiChipColors
/
Companion
/
dark
dark
@
Composable
fun
dark
(
background
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(2))
,
backgroundDisabled
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(5))
,
backgroundFocused
:
Brush
=
background
,
backgroundPressed
:
Brush
=
background
,
backgroundHovered
:
Brush
=
background
,
backgroundSelected
:
Brush
=
background
,
backgroundSelectedDisabled
:
Brush
=
backgroundDisabled
,
backgroundSelectedFocused
:
Brush
=
background
,
backgroundSelectedPressed
:
Brush
=
background
,
backgroundSelectedHovered
:
Brush
=
background
,
content
:
Color
=
IntUiDarkTheme.colors.grey(12)
,
contentDisabled
:
Color
=
IntUiDarkTheme.colors.grey(8)
,
contentFocused
:
Color
=
content
,
contentPressed
:
Color
=
content
,
contentHovered
:
Color
=
content
,
contentSelected
:
Color
=
content
,
contentSelectedDisabled
:
Color
=
contentDisabled
,
contentSelectedFocused
:
Color
=
content
,
contentSelectedPressed
:
Color
=
content
,
contentSelectedHovered
:
Color
=
content
,
border
:
Color
=
IntUiDarkTheme.colors.grey(5)
,
borderDisabled
:
Color
=
IntUiDarkTheme.colors.grey(6)
,
borderFocused
:
Color
=
IntUiDarkTheme.colors.blue(6)
,
borderPressed
:
Color
=
IntUiDarkTheme.colors.grey(7)
,
borderHovered
:
Color
=
borderPressed
,
borderSelected
:
Color
=
IntUiDarkTheme.colors.blue(6)
,
borderSelectedDisabled
:
Color
=
borderSelected
,
borderSelectedFocused
:
Color
=
borderSelected
,
borderSelectedPressed
:
Color
=
borderSelected
,
borderSelectedHovered
:
Color
=
borderSelected
)
:
IntUiChipColors