mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
fix colors for skyline (dark)
Fixes debugger colors in the dark Skyline stylesheet.
This commit is contained in:
parent
324fa10918
commit
5dfe3f414d
1 changed files with 9 additions and 0 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue