diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/stylesheets/dracula.qss | 4 |
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, |
