gtkrc: remove hard-coded black background around time info box (use theme's darkest)

This commit is contained in:
jean-emmanuel 2023-12-08 16:11:22 +01:00
parent 404a206960
commit 83c23f5f26

View File

@ -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"