- (gtk2) removed unnecessary rc dependencies - (gtk2) removed unnecessary bitmaps (temporary) - (gtk2) replaced some clearlooks controls with murrine - (gtk2 / gtk3) changed paddings - (gtk2 / gtk3) changed base colours - (gtk2 / gtk3) updated light themes base - (gtk2 / gtk3) ...and thousands small changes more!
24 lines
584 B
Plaintext
24 lines
584 B
Plaintext
# ==============================================================================
|
|
# BANSHEE SPECIFIC SETTINGS
|
|
# ==============================================================================
|
|
|
|
style "banshee_scrollbar" {
|
|
engine "murrine" {
|
|
roundness = 20
|
|
}
|
|
}
|
|
|
|
widget "__gtksharp_1*SeekSlider*" style "scale"
|
|
widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar"
|
|
|
|
widget_class "__gtksharp_1*<GtkToolbar>*" style "default"
|
|
widget_class "__gtksharp_1*<GtkButton>*" style "button"
|
|
#widget_class "__gtksharp_1*<GtkScale>*" style "scale"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|