- (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!
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
# ==============================================================================
|
|
# FIREFOX SPECIFIC SETTINGS
|
|
# ==============================================================================
|
|
|
|
style "ff-default" {
|
|
GtkCheckButton::indicator-size = 14
|
|
|
|
engine "murrine" {
|
|
reliefstyle = 0
|
|
}
|
|
}
|
|
|
|
style "ff-statusbar" {
|
|
}
|
|
|
|
#widget "MozillaGtkWidget*Toolbar*" style "theme-toolbar"
|
|
#widget "MozillaGtkWidget*Statusbar*" style "ff-statusbar"
|
|
|
|
widget "MozillaGtkWidget*" style "ff-default"
|
|
|
|
# ------------------------------------------------------------------------------
|
|
# Some Firefox (3.0/3.5) GTK widgets hierarchy (maybe useful for someone)
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Top toolbars (and maybe others)
|
|
#widget "MozillaGtkWidget.GtkFixed.GtkHandleBox.GtkToolbar" style "theme-dark-toolbar"
|
|
|
|
# Findbar entry, gecko (all html) entry
|
|
#widget "MozillaGtkWidget.GtkFixed.GtkEntry" style "theme-dark-entry"
|
|
|
|
# ALL buttons
|
|
#widget "MozillaGtkWidget.GtkFixed.GtkButton" style "theme-dark-button"
|
|
|