Skip to content

Commit

Permalink
Add for_normal color into palette to match palette.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed May 1, 2019
1 parent f31f800 commit 59f798b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qdarkstyle/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -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 -----------
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 59f798b

Please sign in to comment.