From 578504ad189edda9c98ea332972548a53c121e4d Mon Sep 17 00:00:00 2001 From: weisj Date: Mon, 19 Oct 2020 01:48:22 +0200 Subject: [PATCH] Update combobox dropdown background to match intellij. --- .../github/weisj/darklaf/theme/intellij/intellij_ui.properties | 1 + .../darklaf/theme/solarized_light/solarized_light_ui.properties | 1 + 2 files changed, 2 insertions(+) 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