mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-11 01:24:54 +02: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:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user