Fix qt5ct tooltip colors, set proper icon theme

This commit is contained in:
Riyyi
2021-06-04 17:10:49 +02:00
parent 150f48d18d
commit c9283d60cc
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
QToolTip {
background-color: #4B5162;
border-radius: 3px;
padding: 3px;
color: #BAC3CF;
}