more kotlin jank

This commit is contained in:
FalsePattern 2024-03-12 17:03:56 +01:00
parent a9da885faf
commit d40ffd2be4
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
colorScheme.defaultBackground.rgb == colorScheme2.defaultBackground.rgb
&& colorScheme.defaultForeground.rgb == colorScheme2.defaultForeground.rgb
&& ControlKind.entries.all {
&& ControlKind.values().all {
colorScheme.getAttributes(it.colorSchemeKey) ==
colorScheme2.getAttributes(it.colorSchemeKey)
}