toggle menu
int-ui-standalone
1.0.0-SNAPSHOT
jvm
switch theme
search in API
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.styling
/
IntUiDefaultButtonColorFactory
/
dark
dark
@
Composable
fun
dark
(
background
:
Brush
=
SolidColor(IntUiDarkTheme.colors.blue(6))
,
backgroundDisabled
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(5))
,
backgroundFocused
:
Brush
=
SolidColor(IntUiDarkTheme.colors.blue(6))
,
backgroundPressed
:
Brush
=
SolidColor(IntUiDarkTheme.colors.blue(4))
,
backgroundHovered
:
Brush
=
SolidColor(IntUiDarkTheme.colors.blue(5))
,
content
:
Color
=
IntUiDarkTheme.colors.grey(14)
,
contentDisabled
:
Color
=
IntUiDarkTheme.colors.grey(8)
,
contentFocused
:
Color
=
IntUiDarkTheme.colors.grey(14)
,
contentPressed
:
Color
=
IntUiDarkTheme.colors.grey(14)
,
contentHovered
:
Color
=
IntUiDarkTheme.colors.grey(14)
,
border
:
Brush
=
SolidColor(IntUiDarkTheme.colors.blue(6))
,
borderDisabled
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(5))
,
borderFocused
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(1))
,
borderPressed
:
Brush
=
border
,
borderHovered
:
Brush
=
border
)
:
ButtonColors