/usr/share/pyshared/timechart/images/gtkrc is in pytimechart 1.0.0~rc1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # minimal style that allows pytimechart to looks at least ok on
# every themes of ubuntu
style "default" {
text[NORMAL] = "#323232"
bg[NORMAL] = "#D9D4CC"
}
style "menubar" = "default" {
engine "murrine" {
textstyle = 0
}
}
class "GtkMenuBar" style:highest "default"
widget_class "*<GtkMenuBar>.*" style "default"
|