mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-11 19:14:54 +00:00
fix colors for skyline (bright)
Fixes debugger colors and the notice-level log message colors, the latter to the gray that is noted in the color palette.
This commit is contained in:
parent
aad06faf1f
commit
324fa10918
@ -648,7 +648,7 @@ QLabel#log_level_warning {
|
||||
}
|
||||
|
||||
QLabel#log_level_notice {
|
||||
color: #FFFFFF;
|
||||
color: #455971;
|
||||
}
|
||||
|
||||
QLabel#log_level_trace {
|
||||
@ -669,3 +669,12 @@ QLabel#thumbnail_icon_color {
|
||||
color: #8500ae;
|
||||
}
|
||||
|
||||
/* 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