diff options
author | Horst3180 | 2015-06-10 09:28:54 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-10 09:28:54 +0200 |
commit | 5b43e892e8f27054ddda82097a6cf4f3ef4e6660 (patch) | |
tree | 141efc664dccf72c6f887bc4c0292dc938a44836 /common/gtk-2.0/gtkrc | |
parent | 8dff786fd670d173fdd01d97d57fe1b090ea1569 (diff) | |
parent | 697b2c390d6b68831b02ba6b8b1491ab9c5970b1 (diff) | |
download | solarc-theme-5b43e892e8f27054ddda82097a6cf4f3ef4e6660.tar.gz solarc-theme-5b43e892e8f27054ddda82097a6cf4f3ef4e6660.tar.xz solarc-theme-5b43e892e8f27054ddda82097a6cf4f3ef4e6660.zip |
Merge branch 'master' into dark_variant
Diffstat (limited to 'common/gtk-2.0/gtkrc')
-rw-r--r-- | common/gtk-2.0/gtkrc | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 2dfebc4..d46640e 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -471,7 +471,7 @@ style "default" { image { function = FOCUS - file = "assets/null.png" + file = "assets/focus-line.png" border = { 1, 1, 1, 1 } stretch = TRUE } @@ -970,7 +970,6 @@ style "menubar_item" { stretch = TRUE } } - } style "button" { @@ -1014,47 +1013,6 @@ style "button" { } } -#style "button_nohilight" { -# -# xthickness = 4 -# ythickness = 4 -# -# engine "pixmap" { -# -# image { -# function = BOX -# state = NORMAL -# file = "Buttons/button-default-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = PRELIGHT -# file = "Buttons/button-prelight-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = ACTIVE -# file = "Buttons/button-pressed-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# -# image { -# function = BOX -# state = INSENSITIVE -# file = "Buttons/button-insensitive-nohilight.png" -# border = { 4, 4, 4, 4 } -# stretch = TRUE -# } -# } -#} - style "checkbutton" { fg[PRELIGHT] = @text_color @@ -2531,10 +2489,8 @@ widget_class "*<GtkComboBox>*<GtkSeparator>" style "combo widget_class "*HandleBox" style "toolbar" widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header" widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar" -#widget_class "*<GtkFileChooserDefault>*<GtkToolbar>*<GtkButton>" style "button_nohilight" widget_class "*<GtkComboBoxEntry>*<GtkEntry>" style "combobox_entry" widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox_entry_button" -#widget_class "*<GtkInfoBar>*<GtkButton>" style "button_nohilight" widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport" # Entries in notebooks draw with notebook's base color, but not if there's |