mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
add alternate bg color
This commit is contained in:
parent
5e880a66d8
commit
17e0838ede
|
|
@ -4,6 +4,7 @@ by FlexBy - 2025-12-01
|
|||
*/
|
||||
QWidget {
|
||||
background-color: #2a3126;
|
||||
alternate-background-color: #23262d;
|
||||
color: #e6f7ea;
|
||||
font-family: "Segoe UI";
|
||||
}
|
||||
|
|
@ -273,4 +274,4 @@ QTableView::item:hover {
|
|||
*:disabled {
|
||||
background: transparent;
|
||||
color: #4d4940;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue