add alternate bg color

This commit is contained in:
FlexBy420 2025-12-05 21:50:33 +01:00 committed by GitHub
parent 5e880a66d8
commit 17e0838ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ by FlexBy - 2025-12-01
*/
QWidget {
background-color: #2a3126;
alternate-background-color: #23262d;
color: #e6f7ea;
font-family: "Segoe UI";
}