Flat IntelliJ theme: use color functions for selected checkbox/radio button hover/pressed background

This commit is contained in:
Karl Tauber
2020-07-28 22:14:08 +02:00
parent f2ab7fafcf
commit 7b35325f9a
2 changed files with 4 additions and 4 deletions

View File

@@ -132,9 +132,9 @@ CheckBox.icon[filled].selectedFocusedBorderColor=#ACCFF7
CheckBox.icon[filled].selectedFocusedBackground=$CheckBox.icon[filled].selectedBackground
CheckBox.icon[filled].selectedFocusedCheckmarkColor=$CheckBox.icon.focusedBackground
# hover
CheckBox.icon[filled].selectedHoverBackground=#5E94CE
CheckBox.icon[filled].selectedHoverBackground=darken($CheckBox.icon[filled].selectedBackground,5%)
# pressed
CheckBox.icon[filled].selectedPressedBackground=#72A1D4
CheckBox.icon[filled].selectedPressedBackground=darken($CheckBox.icon[filled].selectedBackground,10%)
#---- ComboBox ----