int-ui-standalone
0.5.0
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone
/
IntUiGlobalColors
/
Companion
Companion
object
Companion
Members
Functions
dark
Link copied to clipboard
@
Composable
fun
dark
(
borders
:
BorderColors
=
IntUiBorderColors.dark()
,
outlines
:
OutlineColors
=
IntUiOutlineColors.dark()
,
infoContent
:
Color
=
IntUiTheme.colorPalette.grey(7)
)
:
IntUiGlobalColors
light
Link copied to clipboard
@
Composable
fun
light
(
borders
:
BorderColors
=
IntUiBorderColors.light()
,
outlines
:
OutlineColors
=
IntUiOutlineColors.light()
,
infoContent
:
Color
=
IntUiTheme.colorPalette.grey(7)
)
:
IntUiGlobalColors