toggle menu
foundation
0.24.1
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation
/
OutlineColors
Outline
Colors
@
Immutable
class
OutlineColors
(
val
focused
:
Color
,
val
focusedWarning
:
Color
,
val
focusedError
:
Color
,
val
warning
:
Color
,
val
error
:
Color
)
Members
Constructors
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
val
error
:
Color
focused
Link copied to clipboard
val
focused
:
Color
focused
Error
Link copied to clipboard
val
focusedError
:
Color
focused
Warning
Link copied to clipboard
val
focusedWarning
:
Color
warning
Link copied to clipboard
val
warning
:
Color