Dark bg color also for all widgets
This commit is contained in:
@@ -8,6 +8,11 @@ Available at: https://github.com/GTRONICK/QSS/blob/master/ElegantDark.qss
|
|||||||
QMainWindow {
|
QMainWindow {
|
||||||
background-color:rgb(82, 82, 82);
|
background-color:rgb(82, 82, 82);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QWidget{
|
||||||
|
background-color: rgb(82, 82, 82)
|
||||||
|
}
|
||||||
|
|
||||||
QTextEdit {
|
QTextEdit {
|
||||||
background-color:rgb(42, 42, 42);
|
background-color:rgb(42, 42, 42);
|
||||||
color: rgb(0, 255, 0);
|
color: rgb(0, 255, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user