[longomatch] Fix style for separators



commit a7af6bdb2f73732a73ebd578e3c0efd551316c95
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Nov 18 12:28:36 2014 +0100

    Fix style for separators

 data/theme/gtk-2.0/gtkrc        |    2 ++
 data/theme/gtk-2.0/separator.rc |   13 +++++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gtk-2.0/gtkrc b/data/theme/gtk-2.0/gtkrc
index 5d78ac1..f0a1d8a 100644
--- a/data/theme/gtk-2.0/gtkrc
+++ b/data/theme/gtk-2.0/gtkrc
@@ -145,6 +145,7 @@ include "radiobutton.rc"
 include "entry.rc"
 include "range.rc"
 include "scrollbar.rc"
+include "separator.rc"
 
 class "GtkWidget"                                style "longomatch-default"
 class "GtkEntry"                                 style "longomatch-entry"
@@ -163,6 +164,7 @@ class "GtkTextView"                              style "longomatch-treeview"
 class "GtkHScale"                                style "longomatch-hscale"
 class "GtkVScale"                                style "longomatch-vscale"
 class "GtkScrollbar"                             style "longomatch-scrollbar"
+class "GtkSeparator"                             style "longomatch-separator"
 
 # Background for the menubar
 class "GtkMenuBar"                               style "longomatch-menubar"
diff --git a/data/theme/gtk-2.0/separator.rc b/data/theme/gtk-2.0/separator.rc
new file mode 100644
index 0000000..6c9c268
--- /dev/null
+++ b/data/theme/gtk-2.0/separator.rc
@@ -0,0 +1,13 @@
+style "longomatch-separator" = "longomatch-default"
+{
+  xthickness = 1
+  ythickness = 1
+
+  GtkWidget::wide-separatos = 0
+
+  bg[NORMAL]        = @bg_light_color
+  bg[ACTIVE]        = @bg_light_color
+  bg[PRELIGHT]      = @bg_light_color
+  bg[SELECTED]      = @bg_light_color
+  bg[INSENSITIVE]   = @bg_light_color
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]