@@ -132,18 +132,18 @@ class GetTheme {
132
132
val inputPlaceholder = namedColor(" TextField.inactiveForeground" )
133
133
134
134
val listHoverBackground = namedColor(" List.hoverBackground" ) ? : slightChange(background)
135
- val actionHoverBackground = namedColor(" ActionButton.hoverBackground " ) ? : namedColor( " Button.darcula.hoverBackground " )
135
+ val listHoverForeground = namedColor(" List.hoverForeground " ) ? : slightChange(foreground )
136
136
137
- val tableOddRow = namedColor(" Table.hoverBackground" ) ? : namedColor(" Table.stripeColor" )
138
- val listSelectionForeground = namedColor(" List.selectionForeground" )
137
+ val tableOddRow = namedColor(" Table.hoverBackground" ) ? : namedColor(" Table.stripeColor" )
139
138
140
- val description = namedColor(" Label.disabledForeground " ) ? : namedColor(" Label.infoForeground " )
139
+ val description = namedColor(" Label.infoForeground " ) ? : namedColor(" Label.disabledForeground " ) ? : foreground
141
140
142
141
val mutedDescription = namedColor(" Component.infoForeground" )
143
142
? : namedColor(" ContextHelp.foreground" )
144
143
? : namedColor(" TextField.placeholderForeground" )
145
144
? : namedColor(" Label.disabledForeground" )
146
145
? : namedColor(" ToolTip.foreground" )
146
+ ? : description
147
147
148
148
val link = namedColor(" Link.activeForeground" )
149
149
@@ -201,8 +201,8 @@ class GetTheme {
201
201
" find-match" to findMatchBackground,
202
202
" find-match-selected" to findMatchSelectedBackground,
203
203
" list-hover" to listHoverBackground,
204
- " list-active" to actionHoverBackground ,
205
- " list-active-foreground" to listSelectionForeground
204
+ " list-active" to listHoverBackground ,
205
+ " list-active-foreground" to listHoverForeground
206
206
).mapValues { toHex(it.value) }
207
207
return theme
208
208
} catch (error: Error ) {
0 commit comments