Improve gtk2 theme

This commit is contained in:
EliverLara
2018-10-18 13:04:32 -05:00
parent dec0392935
commit 71ed73afe8
89 changed files with 209 additions and 193 deletions

View File

@@ -2517,6 +2517,15 @@ style "disable_separator" {
}
# Text Style
style "text" = "default" {
engine "murrine" { textstyle = 0 }
}
style "menu_text" = "menu_item" {
engine "murrine" { textstyle = 0 }
}
# Default style, containing most of the stuff
class "GtkWidget" style "default"
@@ -2597,3 +2606,10 @@ widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview"
# GTK tooltips
widget "gtk-tooltip*" style "tooltip"
# Fixes ugly text shadows for insensitive text
widget_class "*<GtkLabel>" style "text"
widget_class "*<GtkMenu>*<GtkLabel>" style "menu_text"
widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text"
widget_class "*<GtkNotebook>*<GtkLabel>" style "text"
widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text"