[gnome-themes-standard] Initial implementation of focuslines, needs work



commit f17ecf5b54bf529ae0e3da8c05e9156b6c93e043
Author: Jack Gandy <scionicspectre gmail com>
Date:   Tue Jun 26 17:48:13 2012 -0600

    Initial implementation of focuslines, needs work

 themes/Adwaita/gtk-2.0/Others/focus.png |  Bin 318 -> 342 bytes
 themes/Adwaita/gtk-2.0/gtkrc            |   15 +++++++++++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/Others/focus.png b/themes/Adwaita/gtk-2.0/Others/focus.png
index c41abe1..9c2a310 100755
Binary files a/themes/Adwaita/gtk-2.0/Others/focus.png and b/themes/Adwaita/gtk-2.0/Others/focus.png differ
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index 8c885ec..171fa0b 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -12,7 +12,7 @@ style "default"
 	# Style Properties
 
 	GtkScrollbar::activate-slider	= 1
-	GtkWidget::focus-line-width	= 0
+	GtkWidget::focus-line-width	= 1
 	GtkWidget::new-tooltip-style	= 1 # Needed?
 	GtkMenuBar::window-dragging	= 1
 	GtkToolbar::window-dragging	= 1
@@ -328,7 +328,7 @@ style "default"
 	  overlay_stretch		= FALSE
 	}
 
-	#Lines
+	# Lines
 
 	image
 	{
@@ -345,6 +345,17 @@ style "default"
 	  stretch			= TRUE
 	}
 
+	# Focuslines
+
+	image 
+	{
+	function			= FOCUS
+	overlay_file			= "Others/focus.png"
+	overlay_border			= { 1, 1, 1, 1 }
+	overlay_stretch			= TRUE
+	orientation			= HORIZONTAL
+        }
+
 	# Handles
 
 	image



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