From 74202cc743f4a8d1ab7b73fbe6ade1e223791ba3 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Thu, 16 Aug 2018 01:27:59 -0500 Subject: Dracula theme: Make disabled widgets darker than enabled widgets Fix by Kob, author of the Paper themes. --- src/stylesheets/dracula.qss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/stylesheets') diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 91d2e784..99cf918d 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -8,6 +8,10 @@ QScrollArea, QAbstractScrollArea { color: #bbbbbb; } +QWidget:disabled { + color: #808080; +} + QApplication, QMainWindow, QFrame, QDockWidget, QDialog, QFileDialog, QMessageBox, QRadioButton, -- cgit v1.3.1