Update stylesheet.qss

This commit is contained in:
tiotrom 2021-01-05 13:10:00 +00:00
parent d4c5e3c317
commit 820e35edd4
1 changed files with 5 additions and 1 deletions

View File

@ -27,5 +27,9 @@ object names (ids), which you can find through debugging tools.
QVBoxLayout {
background-color: #313338;
color: #313338;
color: #e4e4e4;
}
QProgressBar::chunk {
background-color: #2eb398;
}