mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 04:14:35 +00:00
fix debugger instr coloring
Fixes the missing color highlights from the currently executing instruction and the breakpoints.
This commit is contained in:
parent
1a3c01154a
commit
aad06faf1f
@ -628,3 +628,12 @@ QLabel#tty_text {
|
||||
color: #f8f8f8;
|
||||
}
|
||||
|
||||
/* 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…
x
Reference in New Issue
Block a user