int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone.styling
/
IntUiTextFieldColors
/
Companion
/
dark
dark
@
Composable
fun
dark
(
background
:
Color
=
IntUiDarkTheme.colors.grey(2)
,
backgroundDisabled
:
Color
=
background
,
backgroundFocused
:
Color
=
background
,
backgroundPressed
:
Color
=
background
,
backgroundHovered
:
Color
=
background
,
backgroundWarning
:
Color
=
background
,
backgroundError
:
Color
=
background
,
content
:
Color
=
IntUiDarkTheme.colors.grey(12)
,
contentDisabled
:
Color
=
IntUiDarkTheme.colors.grey(7)
,
contentFocused
:
Color
=
content
,
contentPressed
:
Color
=
content
,
contentHovered
:
Color
=
content
,
contentWarning
:
Color
=
content
,
contentError
:
Color
=
content
,
border
:
Color
=
IntUiDarkTheme.colors.grey(5)
,
borderDisabled
:
Color
=
border
,
borderFocused
:
Color
=
IntUiDarkTheme.colors.blue(6)
,
borderPressed
:
Color
=
border
,
borderHovered
:
Color
=
border
,
borderWarning
:
Color
=
IntUiDarkTheme.colors.yellow(4)
,
borderError
:
Color
=
IntUiDarkTheme.colors.red(4)
,
cursor
:
Brush
=
SolidColor(IntUiDarkTheme.colors.grey(12))
,
cursorDisabled
:
Brush
=
cursor
,
cursorFocused
:
Brush
=
cursor
,
cursorPressed
:
Brush
=
cursor
,
cursorHovered
:
Brush
=
cursor
,
cursorWarning
:
Brush
=
cursor
,
cursorError
:
Brush
=
cursor
,
placeholder
:
Color
=
IntUiDarkTheme.colors.grey(7)
)
:
IntUiTextFieldColors