int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiButtonColors
/
Outlined
/
dark
dark
@
Composable
fun
dark
(
background
:
Brush
=
SolidColor(Color.Unspecified)
,
backgroundDisabled
:
Brush
=
SolidColor(IntUiTheme.palette.grey(5))
,
backgroundFocused
:
Brush
=
SolidColor(IntUiTheme.palette.grey(6))
,
backgroundPressed
:
Brush
=
SolidColor(IntUiTheme.palette.grey(2))
,
backgroundHovered
:
Brush
=
SolidColor(Color.Unspecified)
,
content
:
Color
=
IntUiTheme.palette.grey(12)
,
contentDisabled
:
Color
=
IntUiTheme.palette.grey(8)
,
contentFocused
:
Color
=
IntUiTheme.palette.grey(12)
,
contentPressed
:
Color
=
IntUiTheme.palette.grey(12)
,
contentHovered
:
Color
=
IntUiTheme.palette.grey(12)
,
border
:
Color
=
IntUiTheme.palette.grey(5)
,
borderDisabled
:
Color
=
Color.Unspecified
,
borderFocused
:
Color
=
IntUiTheme.palette.blue(6)
,
borderPressed
:
Color
=
IntUiTheme.palette.grey(7)
,
borderHovered
:
Color
=
IntUiTheme.palette.grey(7)
)
:
IntUiButtonColors