Browse Source

Update combobox dropdown background to match intellij.

pull/214/head
weisj 4 years ago
parent
commit
578504ad18
  1. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/intellij/intellij_ui.properties
  2. 1
      theme/src/main/resources/com/github/weisj/darklaf/theme/solarized_light/solarized_light_ui.properties

1
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

1
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

Loading…
Cancel
Save