mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
fix colors for skyline (dark)
Fixes debugger colors in the dark Skyline stylesheet.
This commit is contained in:
parent
324fa10918
commit
5dfe3f414d
@ -650,3 +650,12 @@ QLabel#thumbnail_icon_color {
|
|||||||
color: #370048;
|
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 */
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user