toggle menu
foundation
0.22.2
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.theme
/
ThemeIconData
Theme
Icon
Data
@
Immutable
class
ThemeIconData
(
val
iconOverrides
:
Map
<
String
,
String
>
,
val
colorPalette
:
Map
<
String
,
String
?
>
,
val
selectionColorPalette
:
Map
<
String
,
Int
>
)
Members
Constructors
Theme
Icon
Data
Link copied to clipboard
constructor
(
iconOverrides
:
Map
<
String
,
String
>
,
colorPalette
:
Map
<
String
,
String
?
>
,
selectionColorPalette
:
Map
<
String
,
Int
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
color
Palette
Link copied to clipboard
val
colorPalette
:
Map
<
String
,
String
?
>
icon
Overrides
Link copied to clipboard
val
iconOverrides
:
Map
<
String
,
String
>
selection
Color
Palette
Link copied to clipboard
val
selectionColorPalette
:
Map
<
String
,
Int
>
Functions
selection
Color
Mapping
Link copied to clipboard
fun
selectionColorMapping
(
)
:
Map
<
Color
,
Color
>