summaryrefslogtreecommitdiff
path: root/src/stylesheets/dracula.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/dracula.qss')
-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,