1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 18:22:33 +01:00

fix colors for skyline (dark)

Fixes debugger colors in the dark Skyline stylesheet.
This commit is contained in:
dio-gh 2021-03-08 23:07:01 +01:00 committed by Megamouse
parent 324fa10918
commit 5dfe3f414d

View File

@ -650,3 +650,12 @@ QLabel#thumbnail_icon_color {
color: #370048;
}
/* Debugger colors */
QLabel#debugger_frame_breakpoint {
color: #000; /* Font Color: Black */
background-color: #ffff00; /* Yellow */
}
QLabel#debugger_frame_pc {
color: #000; /* Font Color: Black */
background-color: #00ff00; /* Green */
}