int-ui-standalone
0.7.2
jvm
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.styling
/
IntUiButtonColors
/
Outlined
Outlined
object
Outlined
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
background
:
Brush
=
SolidColor(Color.Transparent)
,
backgroundDisabled
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(5))
,
backgroundFocused
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(6))
,
backgroundPressed
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(2))
,
backgroundHovered
:
Brush
=
SolidColor(Color.Unspecified)
,
content
:
Color
=
IntUiTheme.colorPalette.grey(12)
,
contentDisabled
:
Color
=
IntUiTheme.colorPalette.grey(8)
,
contentFocused
:
Color
=
IntUiTheme.colorPalette.grey(12)
,
contentPressed
:
Color
=
IntUiTheme.colorPalette.grey(12)
,
contentHovered
:
Color
=
IntUiTheme.colorPalette.grey(12)
,
border
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(5))
,
borderDisabled
:
Brush
=
SolidColor(IntUiTheme.colorPalette.blue(4))
,
borderFocused
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(2))
,
borderPressed
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(7))
,
borderHovered
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(7))
)
:
IntUiButtonColors
light
Link copied to clipboard
@
Composable
fun
light
(
background
:
Brush
=
SolidColor(Color.Transparent)
,
backgroundDisabled
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(12))
,
backgroundFocused
:
Brush
=
SolidColor(Color.Transparent)
,
backgroundPressed
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(13))
,
backgroundHovered
:
Brush
=
SolidColor(Color.Transparent)
,
content
:
Color
=
IntUiTheme.colorPalette.grey(1)
,
contentDisabled
:
Color
=
IntUiTheme.colorPalette.grey(8)
,
contentFocused
:
Color
=
IntUiTheme.colorPalette.grey(1)
,
contentPressed
:
Color
=
IntUiTheme.colorPalette.grey(1)
,
contentHovered
:
Color
=
IntUiTheme.colorPalette.grey(1)
,
border
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(9))
,
borderDisabled
:
Brush
=
SolidColor(IntUiTheme.colorPalette.blue(11))
,
borderFocused
:
Brush
=
SolidColor(IntUiTheme.colorPalette.blue(4))
,
borderPressed
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(7))
,
borderHovered
:
Brush
=
SolidColor(IntUiTheme.colorPalette.grey(8))
)
:
IntUiButtonColors