int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiMenuColors
/
Companion
Companion
object
Companion
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
background
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(2))
,
border
:
Color
=
IntUiDarkTheme.colors.grey(3)
,
shadow
:
Color
=
Color(0x66000000)
,
itemColors
:
IntUiMenuItemColors
=
IntUiMenuItemColors.dark()
)
:
IntUiMenuColors
light
Link copied to clipboard
@
Composable
fun
light
(
background
:
Brush
=
SolidColor(IntUiLightTheme.colors.grey(14))
,
border
:
Color
=
IntUiLightTheme.colors.grey(9)
,
shadow
:
Color
=
Color(0x78919191)
,
itemColors
:
IntUiMenuItemColors
=
IntUiMenuItemColors.light()
)
:
IntUiMenuColors