Skip to content

Commit

Permalink
Update int-ui/int-ui-core/src/main/kotlin/org/jetbrains/jewel/intui/c…
Browse files Browse the repository at this point in the history
…ore/IntUiPainterHintsProvider.kt

Co-authored-by: Sebastiano Poggi <[email protected]>
  • Loading branch information
devkanro and rock3r authored Oct 17, 2023
1 parent 087e2ec commit facd7eb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ abstract class IntUiPainterHintsProvider(
key.startsWith("Checkbox.") -> checkBoxes
key.startsWith("Tree.iconColor.") -> trees
key.startsWith("Objects.") || key.startsWith("Actions.") || key.startsWith("#") -> ui
else -> {
null
}
else -> null
}

// See com.intellij.ide.ui.UITheme.toColorString
Expand Down

0 comments on commit facd7eb

Please sign in to comment.