Dark bg color also for all widgets

This commit is contained in:
alessandro90
2019-06-30 15:52:41 +02:00
parent 07d90d5a7a
commit c934cb51f8

View File

@@ -8,6 +8,11 @@ Available at: https://github.com/GTRONICK/QSS/blob/master/ElegantDark.qss
QMainWindow {
background-color:rgb(82, 82, 82);
}
QWidget{
background-color: rgb(82, 82, 82)
}
QTextEdit {
background-color:rgb(42, 42, 42);
color: rgb(0, 255, 0);