From 59f798b2ce562a82013ec9383d0e0adf75ee6401 Mon Sep 17 00:00:00 2001 From: dpizetta Date: Wed, 1 May 2019 10:58:30 -0300 Subject: [PATCH] Add for_normal color into palette to match palette.svg --- qdarkstyle/style.qss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qdarkstyle/style.qss b/qdarkstyle/style.qss index d0734bc0..427b1eb2 100644 --- a/qdarkstyle/style.qss +++ b/qdarkstyle/style.qss @@ -25,6 +25,7 @@ configuration is described bellow. FOREGROUND ----------- for_light #EFF0F1 #F0F0F0 (texts/labels) + for_normal #AAAAAA (not used yet) for_dark #505F69 #787878 (disabled texts) BACKGROUND ----------- @@ -1067,7 +1068,7 @@ QComboBox { /* padding-top: 2px; removed to fix #132 */ /* padding-bottom: 2px; removed to fix #132 */ /* min-width: 75px; removed to fix #109 */ -} +} QComboBox QAbstractItemView { background-color: #19232d;