summaryrefslogtreecommitdiff
path: root/src/stylesheets
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-08-16 01:27:59 -0500
committerLostDragonist <lost.dragonist@gmail.com>2018-08-16 01:29:01 -0500
commit74202cc743f4a8d1ab7b73fbe6ade1e223791ba3 (patch)
tree1b2a352e78f6132b113e8099eff1a363c6b9749f /src/stylesheets
parent8f861307597134187fc9dba121fad4018c759c91 (diff)
Dracula theme: Make disabled widgets darker than enabled widgets
Fix by Kob, author of the Paper themes.
Diffstat (limited to 'src/stylesheets')
-rw-r--r--src/stylesheets/dracula.qss4
1 files changed, 4 insertions, 0 deletions
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,