toggle menu
foundation
0.26.2
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation
/
TextColors
Text
Colors
@
Immutable
class
TextColors
(
val
normal
:
Color
,
val
selected
:
Color
,
val
disabled
:
Color
,
val
info
:
Color
,
val
error
:
Color
)
Members
Constructors
Text
Colors
Link copied to clipboard
constructor
(
normal
:
Color
,
selected
:
Color
,
disabled
:
Color
,
info
:
Color
,
error
:
Color
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
disabled
Link copied to clipboard
val
disabled
:
Color
error
Link copied to clipboard
val
error
:
Color
info
Link copied to clipboard
val
info
:
Color
normal
Link copied to clipboard
val
normal
:
Color
selected
Link copied to clipboard
val
selected
:
Color