From 8db6f73c0d068a7273fbe9d2b25554534ec3471a Mon Sep 17 00:00:00 2001 From: garak Date: Wed, 21 Aug 2019 20:52:54 -0400 Subject: [PATCH] recolor dropdown in midnight theme --- resources/themes/midnight.qss | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/resources/themes/midnight.qss b/resources/themes/midnight.qss index 1cd37b2a..063cabb6 100644 --- a/resources/themes/midnight.qss +++ b/resources/themes/midnight.qss @@ -79,7 +79,7 @@ QComboBox { QComboBox QAbstractItemView { background: #31332b; - color: #75715E; + color: #BAB8AE; selection-background-color: #49483E; } @@ -111,33 +111,6 @@ QLineEdit { color: #F8F8F2; } -/* Checkboxes */ -/* -QCheckBox, QRadioButton { - border: none; -} - -QRadioButton::indicator::unchecked, QCheckBox::indicator::unchecked { - border: 1px solid #49483E; - background: none; -} - -QRadioButton::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover { - border: 1px solid #F8F8F2; -} - -QRadioButton::indicator::checked, QCheckBox::indicator::checked { - border: 1px solid #49483E; - background: #49483E; -} - -QRadioButton::indicator:checked:hover, QCheckBox::indicator:checked:hover { - border: 1px solid #F8F8F2; - background: #F8F8F2; -} -*/ -/* *********** */ - QCheckBox { background-color: #31332b; color: #F8F8F2;