@@ -132,18 +132,18 @@ class GetTheme {
132132 val inputPlaceholder = namedColor(" TextField.inactiveForeground" )
133133
134134 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 )
136136
137- val tableOddRow = namedColor(" Table.hoverBackground" ) ? : namedColor(" Table.stripeColor" )
138- val listSelectionForeground = namedColor(" List.selectionForeground" )
137+ val tableOddRow = namedColor(" Table.hoverBackground" ) ? : namedColor(" Table.stripeColor" )
139138
140- val description = namedColor(" Label.disabledForeground " ) ? : namedColor(" Label.infoForeground " )
139+ val description = namedColor(" Label.infoForeground " ) ? : namedColor(" Label.disabledForeground " ) ? : foreground
141140
142141 val mutedDescription = namedColor(" Component.infoForeground" )
143142 ? : namedColor(" ContextHelp.foreground" )
144143 ? : namedColor(" TextField.placeholderForeground" )
145144 ? : namedColor(" Label.disabledForeground" )
146145 ? : namedColor(" ToolTip.foreground" )
146+ ? : description
147147
148148 val link = namedColor(" Link.activeForeground" )
149149
@@ -201,8 +201,8 @@ class GetTheme {
201201 " find-match" to findMatchBackground,
202202 " find-match-selected" to findMatchSelectedBackground,
203203 " 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
206206 ).mapValues { toHex(it.value) }
207207 return theme
208208 } catch (error: Error ) {
0 commit comments