diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties index fd9eaceb..13cef358 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties @@ -27,3 +27,4 @@ Button.shadow = 808080 ProgressBar.selectionForeground = %textSelectionForeground ProgressBar.selectionBackground = %textForeground +ComboBox.arrowBackground = F4F4F4 diff --git a/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties b/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties index ce999e12..e1e3bb8b 100644 --- a/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties +++ b/theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties @@ -25,3 +25,4 @@ # suppress inspection "UnusedProperty" for whole file # ColorChooser.swatchesDefaultRecentColor = EAE4D1 +ComboBox.arrowBackground = F7F0DD