Improving color experience for dark themes

This commit is contained in:
Vinicius Moreira
2019-07-02 10:15:14 -03:00
parent 59d5325362
commit a92a3137b0
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ class ManageWindow(QWidget):
self.label_status = QLabel()
self.label_status.setText('')
self.label_status.setStyleSheet("color: orange; font-weight: bold")
self.label_status.setStyleSheet("color: #FF4500; font-weight: bold")
toolbar.addWidget(self.label_status)
spacer = QWidget()