mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03: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
1 changed files with 10 additions and 1 deletions
|
@ -648,7 +648,7 @@ QLabel#log_level_warning {
|
||||||
}
|
}
|
||||||
|
|
||||||
QLabel#log_level_notice {
|
QLabel#log_level_notice {
|
||||||
color: #FFFFFF;
|
color: #455971;
|
||||||
}
|
}
|
||||||
|
|
||||||
QLabel#log_level_trace {
|
QLabel#log_level_trace {
|
||||||
|
@ -669,3 +669,12 @@ QLabel#thumbnail_icon_color {
|
||||||
color: #8500ae;
|
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…
Add table
Add a link
Reference in a new issue