From 864ff9ddc56a9ba6d22289a2314436273bcc0441 Mon Sep 17 00:00:00 2001
From: Satyajit Sahoo <satyajit.happy@gmail.com>
Date: Sat, 30 Mar 2013 14:01:12 +0530
Subject: [PATCH 1/2] Tweaked the WM themes

---
 gtk-3.0/gtk-dark.css            |  4 +--
 gtk-3.0/gtk.css                 |  4 +--
 metacity-1/metacity-theme-1.xml | 31 +++++++++++-----------
 metacity-1/metacity-theme-3.xml | 22 +++++++--------
 openbox-3/themerc               |  6 ++---
 xfwm4/bottom-active.xpm         |  5 ++--
 xfwm4/bottom-inactive.xpm       |  5 ++--
 xfwm4/bottom-left-active.xpm    |  7 ++---
 xfwm4/bottom-left-inactive.xpm  |  7 ++---
 xfwm4/bottom-right-active.xpm   |  7 ++---
 xfwm4/bottom-right-inactive.xpm |  7 ++---
 xfwm4/left-active.xpm           | 47 +++++++++++++++++----------------
 xfwm4/left-inactive.xpm         | 47 +++++++++++++++++----------------
 xfwm4/right-active.xpm          | 45 ++++++++++++++++---------------
 xfwm4/right-inactive.xpm        | 45 ++++++++++++++++---------------
 xfwm4/title-1-active.xpm        | 47 +++++++++++++++++----------------
 xfwm4/title-1-inactive.xpm      | 47 +++++++++++++++++----------------
 xfwm4/title-2-active.xpm        | 47 +++++++++++++++++----------------
 xfwm4/title-2-inactive.xpm      | 47 +++++++++++++++++----------------
 xfwm4/title-3-active.xpm        | 47 +++++++++++++++++----------------
 xfwm4/title-3-inactive.xpm      | 47 +++++++++++++++++----------------
 xfwm4/title-4-active.xpm        | 47 +++++++++++++++++----------------
 xfwm4/title-4-inactive.xpm      | 47 +++++++++++++++++----------------
 xfwm4/title-5-active.xpm        | 47 +++++++++++++++++----------------
 xfwm4/title-5-inactive.xpm      | 47 +++++++++++++++++----------------
 xfwm4/top-left-active.xpm       | 45 ++++++++++++++++---------------
 xfwm4/top-left-inactive.xpm     | 45 ++++++++++++++++---------------
 xfwm4/top-right-active.xpm      | 45 ++++++++++++++++---------------
 xfwm4/top-right-inactive.xpm    | 45 ++++++++++++++++---------------
 29 files changed, 481 insertions(+), 458 deletions(-)

diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css
index fa07da5..dc4e877 100644
--- a/gtk-3.0/gtk-dark.css
+++ b/gtk-3.0/gtk-dark.css
@@ -54,8 +54,8 @@
 @define-color wm_bg #2d2d2d;
 @define-color wm_title_focused #dcdcdc;
 @define-color wm_title_unfocused #888888;
-@define-color wm_border_focused #2d2d2d;
-@define-color wm_border_unfocused #2d2d2d;
+@define-color wm_border_focused #484848;
+@define-color wm_border_unfocused #333333;
 
 @import url("gtk-widgets.css");
 @import url("gtk-widgets-assets.css");
diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css
index 2cda6b0..8e205f0 100644
--- a/gtk-3.0/gtk.css
+++ b/gtk-3.0/gtk.css
@@ -54,8 +54,8 @@
 @define-color wm_bg #2d2d2d;
 @define-color wm_title_focused #dcdcdc;
 @define-color wm_title_unfocused #888888;
-@define-color wm_border_focused #2d2d2d;
-@define-color wm_border_unfocused #2d2d2d;
+@define-color wm_border_focused #484848;
+@define-color wm_border_unfocused #393939;
 
 @import url("gtk-widgets.css");
 @import url("gtk-widgets-assets.css");
diff --git a/metacity-1/metacity-theme-1.xml b/metacity-1/metacity-theme-1.xml
index 9ada814..a348935 100644
--- a/metacity-1/metacity-theme-1.xml
+++ b/metacity-1/metacity-theme-1.xml
@@ -65,17 +65,18 @@
 </draw_ops>
 
 <!-- ::: BORDER OUTLINE ::: -->
-<draw_ops name="border">
-	<line color="#2d2d2d" x1="0" y1="0" x2="width" y2="0"/>
-	<line color="#2d2d2d" x1="4" y1="1" x2="width-1" y2="1"/>
-	<line color="#2d2d2d" x1="0" y1="0" x2="0" y2="height"/>
-	<line color="#2d2d2d" x1="width-1" y1="0" x2="width-1" y2="height"/>
-	<line color="#2d2d2d" x1="0" y1="height-1" x2="width" y2="height-1"/>
+<draw_ops name="border_focused">
+	<line color="#484848" x1="0" y1="0" x2="width" y2="0"/>
+	<line color="#484848" x1="0" y1="0" x2="0" y2="height"/>
+	<line color="#484848" x1="width-1" y1="0" x2="width-1" y2="height"/>
+	<line color="#484848" x1="0" y1="height-1" x2="width" y2="height-1"/>
 </draw_ops>
 
-<draw_ops name="maxed_border">
-	<line color="#2d2d2d" x1="0" y1="0" x2="width" y2="0"/>
-	<line color="#2d2d2d" x1="0" y1="height-1" x2="width" y2="height-1"/>
+<draw_ops name="border_unfocused">
+	<line color="#393939" x1="0" y1="0" x2="width" y2="0"/>
+	<line color="#393939" x1="0" y1="0" x2="0" y2="height"/>
+	<line color="#393939" x1="width-1" y1="0" x2="width-1" y2="height"/>
+	<line color="#393939" x1="0" y1="height-1" x2="width" y2="height-1"/>
 </draw_ops>
 
 <!-- ::: TITLEBAR ::: -->
@@ -89,33 +90,31 @@
 
 <draw_ops name="titlebar_maximized">
 	<include name="titlebar_gradient"/>
-	<include name="maxed_border"/>
 </draw_ops>
 
 <draw_ops name="titlebar_maximized_unfocused">
 	<include name="titlebar_gradient_unfocused"/>
-	<include name="maxed_border"/>
 </draw_ops>
 
 <draw_ops name="round_titlebar">
 	<include name="titlebar_gradient"/>
-	<include name="border"/>
+	<include name="border_focused"/>
 	<include name="corners_outline"/>
 </draw_ops>
 
 <draw_ops name="round_titlebar_unfocused">
 	<include name="titlebar_gradient_unfocused"/>
-	<include name="border"/>
+	<include name="border_unfocused"/>
 	<include name="corners_outline"/>
 </draw_ops>
 
 <draw_ops name="titlebar_shaded">
-	<include name="border"/>
+	<include name="border_focused"/>
 	<line color="#2d2d2d" x1="0" y1="height-1" x2="width" y2="height-1"/>
 </draw_ops>
 
 <draw_ops name="round_titlebar_shaded">
-	<include name="border"/>
+	<include name="border_focused"/>
 	<include name="corners_outline"/>
 	<line color="#2d2d2d" x1="5" y1="height-1" x2="width-6" y2="height-1"/>
 </draw_ops>
@@ -330,7 +329,7 @@
 </frame_style>
 
 <frame_style name="border" geometry="border" parent="normal">
-	<piece position="entire_background" draw_ops="border"/>
+	<piece position="entire_background" draw_ops="border_focused"/>
 	<piece position="title" draw_ops="blank"/>
 </frame_style>
 
diff --git a/metacity-1/metacity-theme-3.xml b/metacity-1/metacity-theme-3.xml
index 1071d58..bdd8db4 100644
--- a/metacity-1/metacity-theme-3.xml
+++ b/metacity-1/metacity-theme-3.xml
@@ -15,7 +15,7 @@
 <constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.6)" />
 
 <!-- ::: GEOMETRY ::: -->
-<frame_geometry name="normal" title_scale="medium" rounded_top_left="2" rounded_top_right="2">
+<frame_geometry name="normal" title_scale="medium" rounded_top_left="1" rounded_top_right="1">
 	<distance name="left_width" value="1" />
 	<distance name="right_width" value="1" />
 	<distance name="bottom_height" value="1" />
@@ -27,7 +27,7 @@
 	<border name="button_border" left="0" right="0" top="0" bottom="0" />
 </frame_geometry>
 
-<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="2" rounded_top_right="2" parent="normal" />
+<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal" />
 
 <frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
 	<distance name="left_width" value="0" />
@@ -68,7 +68,7 @@
 	<border name="button_border" left="0" right="0" top="0" bottom="0" />
 </frame_geometry>
 
-<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="2" rounded_top_right="2" rounded_bottom_right="2" rounded_bottom_left="2" parent="small">
+<frame_geometry name="modal" title_scale="small" hide_buttons="true" rounded_top_left="1" rounded_top_right="1" rounded_bottom_right="2" rounded_bottom_left="2" parent="small">
 	<distance name="title_vertical_pad" value="0" />
 </frame_geometry>
 
@@ -147,11 +147,11 @@
 	<line color="C_border_focused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
 	<line color="C_border_focused" x1="0" y1="2" x2="0" y2="height-2" />
 	<line color="C_border_focused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
-	<arc color="C_border_focused" x="0" y="0" width="5" height="5"  start_angle="270" extent_angle="90" />
-	<arc color="C_border_focused" x="width-5" y="0" width="4" height="5"  start_angle="0" extent_angle="90" />
+	<arc color="C_border_focused" x="0" y="0" width="3" height="3"  start_angle="270" extent_angle="90" />
+	<arc color="C_border_focused" x="width-3" y="0" width="2" height="3"  start_angle="0" extent_angle="90" />
 	<!-- double arcs for darker borders -->
-	<arc color="C_border_focused" x="0" y="0" width="5" height="5"  start_angle="270" extent_angle="90" />
-	<arc color="C_border_focused" x="width-5" y="0" width="4" height="5"  start_angle="0" extent_angle="90" />
+	<arc color="C_border_focused" x="0" y="0" width="3" height="3"  start_angle="270" extent_angle="90" />
+	<arc color="C_border_focused" x="width-3" y="0" width="2" height="3"  start_angle="0" extent_angle="90" />
 </draw_ops>
 
 <draw_ops name="rounded_border_unfocused">
@@ -159,11 +159,11 @@
 	<line color="C_border_unfocused" x1="0" y1="height-1" x2="width-1" y2="height-1" />
 	<line color="C_border_unfocused" x1="0" y1="2" x2="0" y2="height-2" />
 	<line color="C_border_unfocused" x1="width-1" y1="2" x2="width-1" y2="height-2" />
-	<arc color="C_border_unfocused" x="0" y="0" width="5" height="5"  start_angle="270" extent_angle="90" />
-	<arc color="C_border_unfocused" x="width-5" y="0" width="4" height="5"  start_angle="0" extent_angle="90" />
+	<arc color="C_border_unfocused" x="0" y="0" width="3" height="3"  start_angle="270" extent_angle="90" />
+	<arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3"  start_angle="0" extent_angle="90" />
 	<!-- double arcs for darker borders -->
-	<arc color="C_border_unfocused" x="0" y="0" width="5" height="5"  start_angle="270" extent_angle="90" />
-	<arc color="C_border_unfocused" x="width-5" y="0" width="4" height="5"  start_angle="0" extent_angle="90" />
+	<arc color="C_border_unfocused" x="0" y="0" width="3" height="3"  start_angle="270" extent_angle="90" />
+	<arc color="C_border_unfocused" x="width-3" y="0" width="2" height="3"  start_angle="0" extent_angle="90" />
 </draw_ops>
 
 <draw_ops name="border_right_focused">
diff --git a/openbox-3/themerc b/openbox-3/themerc
index 696d0cf..53bba6d 100644
--- a/openbox-3/themerc
+++ b/openbox-3/themerc
@@ -27,7 +27,7 @@ menu.separator.padding.height: 4
 
 
 # Active window
-window.active.border.color: #2d2d2d
+window.active.border.color: #484848
 
 window.active.title.bg: flat solid
 window.active.title.bg.color: #2d2d2d
@@ -57,7 +57,7 @@ window.active.button.disabled.image.color: #888888
 
 
 # Inactive window
-window.inactive.border.color: #2d2d2d
+window.inactive.border.color: #333333
 
 window.inactive.title.bg: flat solid
 window.inactive.title.bg.color: #2d2d2d
@@ -113,6 +113,6 @@ menu.title.text.font:shadow=n
 # Everything else
 border.width: 1
 padding.width: 4
-window.handle.width: 1
+window.handle.width: 0
 window.client.padding.width: 0
 window.label.text.justify: center
diff --git a/xfwm4/bottom-active.xpm b/xfwm4/bottom-active.xpm
index 020d693..8ad96da 100644
--- a/xfwm4/bottom-active.xpm
+++ b/xfwm4/bottom-active.xpm
@@ -1,7 +1,8 @@
 /* XPM */
 static char * bottom_active_xpm[] = {
-"8 2 2 1",
+"8 2 3 1",
 " 	c None",
 ".	c #2D2D2D",
+"+	c #484848",
 "........",
-"........"};
+"++++++++"};
diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm
index 0ab701e..69a8fe3 100644
--- a/xfwm4/bottom-inactive.xpm
+++ b/xfwm4/bottom-inactive.xpm
@@ -1,7 +1,8 @@
 /* XPM */
 static char * bottom_inactive_xpm[] = {
-"8 2 2 1",
+"8 2 3 1",
 " 	c None",
 ".	c #2D2D2D",
+"+	c #393939",
 "........",
-"........"};
+"++++++++"};
diff --git a/xfwm4/bottom-left-active.xpm b/xfwm4/bottom-left-active.xpm
index 5213a7d..c6ebde9 100644
--- a/xfwm4/bottom-left-active.xpm
+++ b/xfwm4/bottom-left-active.xpm
@@ -1,7 +1,8 @@
 /* XPM */
 static char * bottom_left_active_xpm[] = {
-"2 2 2 1",
+"2 2 3 1",
 " 	c None",
-".	c #2D2D2D",
-"..",
+".	c #484848",
+"+	c #2D2D2D",
+".+",
 ".."};
diff --git a/xfwm4/bottom-left-inactive.xpm b/xfwm4/bottom-left-inactive.xpm
index b7485a6..d38cacb 100644
--- a/xfwm4/bottom-left-inactive.xpm
+++ b/xfwm4/bottom-left-inactive.xpm
@@ -1,7 +1,8 @@
 /* XPM */
 static char * bottom_left_inactive_xpm[] = {
-"2 2 2 1",
+"2 2 3 1",
 " 	c None",
-".	c #2D2D2D",
-"..",
+".	c #393939",
+"+	c #2D2D2D",
+".+",
 ".."};
diff --git a/xfwm4/bottom-right-active.xpm b/xfwm4/bottom-right-active.xpm
index 8a7ba1b..42eefb1 100644
--- a/xfwm4/bottom-right-active.xpm
+++ b/xfwm4/bottom-right-active.xpm
@@ -1,7 +1,8 @@
 /* XPM */
 static char * bottom_right_active_xpm[] = {
-"2 2 2 1",
+"2 2 3 1",
 " 	c None",
 ".	c #2D2D2D",
-"..",
-".."};
+"+	c #484848",
+".+",
+"++"};
diff --git a/xfwm4/bottom-right-inactive.xpm b/xfwm4/bottom-right-inactive.xpm
index 8b5dbb0..6c3ab6d 100644
--- a/xfwm4/bottom-right-inactive.xpm
+++ b/xfwm4/bottom-right-inactive.xpm
@@ -1,7 +1,8 @@
 /* XPM */
 static char * bottom_right_inactive_xpm[] = {
-"2 2 2 1",
+"2 2 3 1",
 " 	c None",
 ".	c #2D2D2D",
-"..",
-".."};
+"+	c #393939",
+".+",
+"++"};
diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm
index 00a7514..77433da 100644
--- a/xfwm4/left-active.xpm
+++ b/xfwm4/left-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * left_active_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+".	c #484848",
+"+	c #2D2D2D",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+"};
diff --git a/xfwm4/left-inactive.xpm b/xfwm4/left-inactive.xpm
index 91a28e2..2577ecf 100644
--- a/xfwm4/left-inactive.xpm
+++ b/xfwm4/left-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * left_inactive_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+".	c #393939",
+"+	c #2D2D2D",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+"};
diff --git a/xfwm4/right-active.xpm b/xfwm4/right-active.xpm
index a0eb081..d299d16 100644
--- a/xfwm4/right-active.xpm
+++ b/xfwm4/right-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * right_active_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
 ".	c #2D2D2D",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+"+	c #484848",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+"};
diff --git a/xfwm4/right-inactive.xpm b/xfwm4/right-inactive.xpm
index de6fd2a..239d0d5 100644
--- a/xfwm4/right-inactive.xpm
+++ b/xfwm4/right-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * right_inactive_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
 ".	c #2D2D2D",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+"+	c #393939",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+"};
diff --git a/xfwm4/title-1-active.xpm b/xfwm4/title-1-active.xpm
index 03815bc..51f07e5 100644
--- a/xfwm4/title-1-active.xpm
+++ b/xfwm4/title-1-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_1_active_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #484848",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-1-inactive.xpm b/xfwm4/title-1-inactive.xpm
index 1e1efcd..f6df270 100644
--- a/xfwm4/title-1-inactive.xpm
+++ b/xfwm4/title-1-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_1_inactive_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #393939",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-2-active.xpm b/xfwm4/title-2-active.xpm
index 07b0c1a..e6098d0 100644
--- a/xfwm4/title-2-active.xpm
+++ b/xfwm4/title-2-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_2_active_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #484848",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-2-inactive.xpm b/xfwm4/title-2-inactive.xpm
index 6703ef7..c72c745 100644
--- a/xfwm4/title-2-inactive.xpm
+++ b/xfwm4/title-2-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_2_inactive_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #393939",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-3-active.xpm b/xfwm4/title-3-active.xpm
index 20e2ac4..f5b2cd5 100644
--- a/xfwm4/title-3-active.xpm
+++ b/xfwm4/title-3-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_3_active_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #484848",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-3-inactive.xpm b/xfwm4/title-3-inactive.xpm
index b4439ee..bedc76f 100644
--- a/xfwm4/title-3-inactive.xpm
+++ b/xfwm4/title-3-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_3_inactive_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #393939",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-4-active.xpm b/xfwm4/title-4-active.xpm
index 446ef44..61f176a 100644
--- a/xfwm4/title-4-active.xpm
+++ b/xfwm4/title-4-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_4_active_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #484848",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-4-inactive.xpm b/xfwm4/title-4-inactive.xpm
index aa1ce03..5899de9 100644
--- a/xfwm4/title-4-inactive.xpm
+++ b/xfwm4/title-4-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_4_inactive_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #393939",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-5-active.xpm b/xfwm4/title-5-active.xpm
index 8b4becd..7c0a23a 100644
--- a/xfwm4/title-5-active.xpm
+++ b/xfwm4/title-5-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_5_active_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #484848",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/title-5-inactive.xpm b/xfwm4/title-5-inactive.xpm
index fc741db..e152136 100644
--- a/xfwm4/title-5-inactive.xpm
+++ b/xfwm4/title-5-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * title_5_inactive_xpm[] = {
-"8 21 2 1",
+"1 21 3 1",
 " 	c None",
-".	c #2D2D2D",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........",
-"........"};
+".	c #393939",
+"+	c #2D2D2D",
+".",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+",
+"+"};
diff --git a/xfwm4/top-left-active.xpm b/xfwm4/top-left-active.xpm
index 45d9c89..c5b2842 100644
--- a/xfwm4/top-left-active.xpm
+++ b/xfwm4/top-left-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * top_left_active_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
-".	c #2D2D2D",
+".	c #484848",
+"+	c #2D2D2D",
 " .",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+"};
diff --git a/xfwm4/top-left-inactive.xpm b/xfwm4/top-left-inactive.xpm
index 4233d56..6449cea 100644
--- a/xfwm4/top-left-inactive.xpm
+++ b/xfwm4/top-left-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * top_left_inactive_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
-".	c #2D2D2D",
+".	c #393939",
+"+	c #2D2D2D",
 " .",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+",
+".+"};
diff --git a/xfwm4/top-right-active.xpm b/xfwm4/top-right-active.xpm
index d6f4306..9f075b8 100644
--- a/xfwm4/top-right-active.xpm
+++ b/xfwm4/top-right-active.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * top_right_active_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
-".	c #2D2D2D",
+".	c #484848",
+"+	c #2D2D2D",
 ". ",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+."};
diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4/top-right-inactive.xpm
index f51a67d..b6a2386 100644
--- a/xfwm4/top-right-inactive.xpm
+++ b/xfwm4/top-right-inactive.xpm
@@ -1,26 +1,27 @@
 /* XPM */
 static char * top_right_inactive_xpm[] = {
-"2 21 2 1",
+"2 21 3 1",
 " 	c None",
-".	c #2D2D2D",
+".	c #393939",
+"+	c #2D2D2D",
 ". ",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-"..",
-".."};
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+.",
+"+."};

From 6a6e6e4920f8a8a4e087905aeb640654f1a8a3b2 Mon Sep 17 00:00:00 2001
From: Satyajit Sahoo <satyajit.happy@gmail.com>
Date: Tue, 2 Apr 2013 12:19:29 +0530
Subject: [PATCH 2/2] Minor fixes

---
 README                              | 2 +-
 gtk-2.0/gtkrc                       | 6 +++---
 gtk-3.0/apps/gnome-applications.css | 5 -----
 gtk-3.0/gtk-dark.css                | 2 +-
 4 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 5fe4b9d..640402f 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ sudo apt-get update && sudo apt-get install numix-gtk-theme
 
 Installation Instructions for other distros:
 
-Extract the zip file to the themes directory i.e. "~/.themes/" or "/usr/share/themes/"
+Extract the zip file to the themes directory i.e. "/usr/share/themes/"
 
 Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal,
 
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc
index bd79ad9..2f9b3fa 100644
--- a/gtk-2.0/gtkrc
+++ b/gtk-2.0/gtkrc
@@ -61,9 +61,9 @@ style "murrine-default" {
 	GtkScrollbar::has-forward-stepper = 0
 	GtkScrollbar::has-secondary-backward-stepper = 0
 	GtkScrollbar::has-secondary-forward-stepper = 0
-	GtkScrollbar::min-slider-length = 30
+	GtkScrollbar::min-slider-length = 100
 	GtkScrollbar::slider-width = 10
-	GtkScrollbar::trough-border = 1
+	GtkScrollbar::trough-border = 0
 
 	GtkScrolledWindow::scrollbar-spacing = 0
 	GtkScrolledWindow::scrollbars-within-bevel = 1
@@ -183,7 +183,7 @@ style "murrine-button" = "murrine-wider" {
 	}
 }
 
-style "murrine-scrollbar" = "murrine-button" {
+style "murrine-scrollbar" {
 	bg[NORMAL] = shade (0.90, @bg_color)
 	bg[PRELIGHT] = shade (0.80, @bg_color)
 	bg[ACTIVE] = @selected_bg_color
diff --git a/gtk-3.0/apps/gnome-applications.css b/gtk-3.0/apps/gnome-applications.css
index 7a13694..52a0692 100644
--- a/gtk-3.0/apps/gnome-applications.css
+++ b/gtk-3.0/apps/gnome-applications.css
@@ -60,7 +60,6 @@ PanelApplet .button:active {
 }
 
 PanelApplet .button:prelight {
-    border-color: transparent;
     border-color: mix(@panel_bg_color, @panel_fg_color, 0.13);
     background-color: mix(@panel_bg_color, @panel_fg_color, 0.11);
     background-image: none;
@@ -91,14 +90,10 @@ WnckPager, WnckTasklist {
 }
 
 .nautilus-desktop.nautilus-canvas-item:active {
-    background-color: alpha(@theme_bg_color, 0.8);
-    background-image: none;
     color: @theme_fg_color;
 }
 
 .nautilus-desktop.nautilus-canvas-item:selected {
-    background-color: alpha(@theme_selected_bg_color, 0.8);
-    background-image: none;
     color: @theme_selected_fg_color;
 }
 
diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css
index dc4e877..ae35bbc 100644
--- a/gtk-3.0/gtk-dark.css
+++ b/gtk-3.0/gtk-dark.css
@@ -55,7 +55,7 @@
 @define-color wm_title_focused #dcdcdc;
 @define-color wm_title_unfocused #888888;
 @define-color wm_border_focused #484848;
-@define-color wm_border_unfocused #333333;
+@define-color wm_border_unfocused #393939;
 
 @import url("gtk-widgets.css");
 @import url("gtk-widgets-assets.css");