int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.themes.intui.standalone
/
IntUiOutlineColors
Int
Ui
Outline
Colors
@
Immutable
data
class
IntUiOutlineColors
(
val
focused
:
Color
,
val
focusedWarning
:
Color
,
val
focusedError
:
Color
,
val
warning
:
Color
,
val
error
:
Color
)
:
OutlineColors
Members
Constructors
Int
Ui
Outline
Colors
Link copied to clipboard
constructor
(
focused
:
Color
,
focusedWarning
:
Color
,
focusedError
:
Color
,
warning
:
Color
,
error
:
Color
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
error
Link copied to clipboard
open
override
val
error
:
Color
focused
Link copied to clipboard
open
override
val
focused
:
Color
focused
Error
Link copied to clipboard
open
override
val
focusedError
:
Color
focused
Warning
Link copied to clipboard
open
override
val
focusedWarning
:
Color
warning
Link copied to clipboard
open
override
val
warning
:
Color