Change the action_button_hover color in dark theme

This makes it actually visible.
This commit is contained in:
Jaime van Kessel 2019-09-26 13:16:52 +02:00
parent b72b542d21
commit 785c33abec
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -88,7 +88,7 @@
"action_button": [39, 44, 48, 255], "action_button": [39, 44, 48, 255],
"action_button_text": [255, 255, 255, 200], "action_button_text": [255, 255, 255, 200],
"action_button_border": [255, 255, 255, 30], "action_button_border": [255, 255, 255, 30],
"action_button_hovered": [39, 44, 48, 255], "action_button_hovered": [79, 85, 89, 255],
"action_button_hovered_text": [255, 255, 255, 255], "action_button_hovered_text": [255, 255, 255, 255],
"action_button_hovered_border": [255, 255, 255, 30], "action_button_hovered_border": [255, 255, 255, 30],
"action_button_active": [39, 44, 48, 30], "action_button_active": [39, 44, 48, 30],