more kotlin jank

This commit is contained in:
FalsePattern 2024-03-12 17:03:56 +01:00
parent 319dbecfe7
commit 24f5f4a9d3
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23

View file

@ -36,7 +36,7 @@ data class JBHtmlPaneStyleConfiguration(
// Update here when more colors are used from the colorScheme // Update here when more colors are used from the colorScheme
colorScheme.defaultBackground.rgb == colorScheme2.defaultBackground.rgb colorScheme.defaultBackground.rgb == colorScheme2.defaultBackground.rgb
&& colorScheme.defaultForeground.rgb == colorScheme2.defaultForeground.rgb && colorScheme.defaultForeground.rgb == colorScheme2.defaultForeground.rgb
&& ControlKind.entries.all { && ControlKind.values().all {
colorScheme.getAttributes(it.colorSchemeKey) == colorScheme.getAttributes(it.colorSchemeKey) ==
colorScheme2.getAttributes(it.colorSchemeKey) colorScheme2.getAttributes(it.colorSchemeKey)
} }