gtkrc: remove hard-coded black background around time info box (use theme's darkest)
This commit is contained in:
parent
404a206960
commit
83c23f5f26
@ -282,7 +282,7 @@ style "inspector_processor_list" = "processor_list"
|
||||
|
||||
style "time_info_box"
|
||||
{
|
||||
bg[NORMAL] = { 0.00, 0.00, 0.00 }
|
||||
bg[NORMAL] = @darkest
|
||||
}
|
||||
|
||||
style "status_bar_box"
|
||||
|
Loading…
Reference in New Issue
Block a user