diff --git a/CREDITS b/CREDITS
old mode 100644
new mode 100755
diff --git a/LICENSE b/LICENSE
old mode 100644
new mode 100755
diff --git a/Makefile b/Makefile
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc
old mode 100644
new mode 100755
diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_base.scss b/gtk-3.0/scss/_base.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_button.scss b/gtk-3.0/scss/_button.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_colors.scss b/gtk-3.0/scss/_colors.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_entry.scss b/gtk-3.0/scss/_entry.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_functions.scss b/gtk-3.0/scss/_functions.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_global.scss b/gtk-3.0/scss/_global.scss
old mode 100644
new mode 100755
index c19db09..d6f6cf7
--- a/gtk-3.0/scss/_global.scss
+++ b/gtk-3.0/scss/_global.scss
@@ -30,12 +30,18 @@ $success_color: #53a93f;
 $warning_color: #f57900;
 $error_color: #cc0000;
 
+$toolbar_bg_color: $bg_color;
+$toolbar_fg_color: $fg_color;
+
 $titlebar_bg_color: $dark_bg_color;
 $titlebar_fg_color: $dark_fg_color;
 
 $menu_bg_color: $dark_bg_color;
 $menu_fg_color: $dark_fg_color;
 
+$menubar_bg_color: $dark_bg_color;
+$menubar_fg_color: $dark_fg_color;
+
 /* widget styles */
 $roundness: 2px;
 $spacing: 5px;
diff --git a/gtk-3.0/scss/_menu.scss b/gtk-3.0/scss/_menu.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_sidebar.scss b/gtk-3.0/scss/_sidebar.scss
new file mode 100755
index 0000000..7584d2c
--- /dev/null
+++ b/gtk-3.0/scss/_sidebar.scss
@@ -0,0 +1,54 @@
+@import "functions";
+
+.sidebar {
+    &, &.view, & .view, & GtkScrolledWindow {
+        background-color: $bg_color;
+        color: mix($fg_color, $bg_color, 0.1);
+
+        &.separator {
+            border-width: 1px;
+            border-style: solid;
+            border-color: shade($bg_color, 0.9);
+            color: shade($bg_color, 0.9);
+        }
+    }
+
+    row, .view row {
+       &:selected {
+           &, &:hover, &:focus {
+               border-color: border_normal($selected_bg_color);
+               background-color: $selected_bg_color;
+               background-image: none;
+               color: $selected_fg_color;
+           }
+
+           &:prelight {
+               border-color: border_focus($selected_bg_color);
+               background-color: shade($selected_bg_color, 1.05);
+               background-image: none;
+               color: $selected_fg_color;
+           }
+       }
+
+        &:prelight {
+            border-color: shade($bg_color, 1.05);
+            background-color: shade($bg_color, 1.05);
+            background-image: none;
+            color: $fg_color;
+        }
+    }
+
+    .frame { border-width: 0; }
+
+    GtkAssistant & {
+        padding: 4px;
+        border-width: 0 1px 0 0;
+        border-style: solid;
+        border-right-color: border_normal($bg_color);
+        border-radius: 0;
+        background-color: $bg_color;
+        color: mix($fg_color, $bg_color, 0.1);
+
+        .highlight { font: bold; }
+    }
+}
diff --git a/gtk-3.0/scss/_toggle.scss b/gtk-3.0/scss/_toggle.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_toolbar.scss b/gtk-3.0/scss/_toolbar.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/_window.scss b/gtk-3.0/scss/_window.scss
old mode 100644
new mode 100755
diff --git a/gtk-3.0/scss/widgets.scss b/gtk-3.0/scss/widgets.scss
old mode 100644
new mode 100755
index 1780fbc..e1ca55a
--- a/gtk-3.0/scss/widgets.scss
+++ b/gtk-3.0/scss/widgets.scss
@@ -5,4 +5,5 @@
 @import "entry";
 @import "menu";
 @import "toolbar";
+@import "sidebar";
 @import "window";
diff --git a/index.theme b/index.theme
old mode 100644
new mode 100755
diff --git a/metacity-1/metacity-theme-2.xml b/metacity-1/metacity-theme-2.xml
old mode 100644
new mode 100755
diff --git a/metacity-1/metacity-theme-3.xml b/metacity-1/metacity-theme-3.xml
old mode 100644
new mode 100755
diff --git a/openbox-3/close.xbm b/openbox-3/close.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/desk.xbm b/openbox-3/desk.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/desk_toggled.xbm b/openbox-3/desk_toggled.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/iconify.xbm b/openbox-3/iconify.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/max.xbm b/openbox-3/max.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/max_toggled.xbm b/openbox-3/max_toggled.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/shade.xbm b/openbox-3/shade.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/shade_toggled.xbm b/openbox-3/shade_toggled.xbm
old mode 100644
new mode 100755
diff --git a/openbox-3/themerc b/openbox-3/themerc
old mode 100644
new mode 100755
diff --git a/unity/close.svg b/unity/close.svg
old mode 100644
new mode 100755
diff --git a/unity/close_focused_prelight.svg b/unity/close_focused_prelight.svg
old mode 100644
new mode 100755
diff --git a/unity/close_focused_pressed.svg b/unity/close_focused_pressed.svg
old mode 100644
new mode 100755
diff --git a/unity/close_unfocused.svg b/unity/close_unfocused.svg
old mode 100644
new mode 100755
diff --git a/unity/maximize.svg b/unity/maximize.svg
old mode 100644
new mode 100755
diff --git a/unity/maximize_focused_prelight.svg b/unity/maximize_focused_prelight.svg
old mode 100644
new mode 100755
diff --git a/unity/maximize_focused_pressed.svg b/unity/maximize_focused_pressed.svg
old mode 100644
new mode 100755
diff --git a/unity/maximize_unfocused.svg b/unity/maximize_unfocused.svg
old mode 100644
new mode 100755
diff --git a/unity/minimize.svg b/unity/minimize.svg
old mode 100644
new mode 100755
diff --git a/unity/minimize_focused_prelight.svg b/unity/minimize_focused_prelight.svg
old mode 100644
new mode 100755
diff --git a/unity/minimize_focused_pressed.svg b/unity/minimize_focused_pressed.svg
old mode 100644
new mode 100755
diff --git a/unity/minimize_unfocused.svg b/unity/minimize_unfocused.svg
old mode 100644
new mode 100755
diff --git a/unity/minimized.svg b/unity/minimized.svg
old mode 100644
new mode 100755
diff --git a/unity/progress_bar_fill.svg b/unity/progress_bar_fill.svg
old mode 100644
new mode 100755
diff --git a/unity/progress_bar_trough.svg b/unity/progress_bar_trough.svg
old mode 100644
new mode 100755
diff --git a/unity/unmaximize.svg b/unity/unmaximize.svg
old mode 100644
new mode 100755
diff --git a/unity/unmaximize_focused_prelight.svg b/unity/unmaximize_focused_prelight.svg
old mode 100644
new mode 100755
diff --git a/unity/unmaximize_focused_pressed.svg b/unity/unmaximize_focused_pressed.svg
old mode 100644
new mode 100755
diff --git a/unity/unmaximize_unfocused.svg b/unity/unmaximize_unfocused.svg
old mode 100644
new mode 100755
diff --git a/xfce-notify-4.0/gtkrc b/xfce-notify-4.0/gtkrc
old mode 100644
new mode 100755
diff --git a/xfwm4/bottom-active.xpm b/xfwm4/bottom-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/bottom-inactive.xpm b/xfwm4/bottom-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/bottom-left-active.xpm b/xfwm4/bottom-left-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/bottom-left-inactive.xpm b/xfwm4/bottom-left-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/bottom-right-active.xpm b/xfwm4/bottom-right-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/bottom-right-inactive.xpm b/xfwm4/bottom-right-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/close-active.xpm b/xfwm4/close-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/close-inactive.xpm b/xfwm4/close-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/close-prelight.xpm b/xfwm4/close-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/close-pressed.png b/xfwm4/close-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/close-pressed.xpm b/xfwm4/close-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/hide-active.xpm b/xfwm4/hide-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/hide-inactive.xpm b/xfwm4/hide-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/hide-prelight.xpm b/xfwm4/hide-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/hide-pressed.png b/xfwm4/hide-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/hide-pressed.xpm b/xfwm4/hide-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/left-active.xpm b/xfwm4/left-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/left-inactive.xpm b/xfwm4/left-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-active.xpm b/xfwm4/maximize-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-inactive.xpm b/xfwm4/maximize-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-prelight.xpm b/xfwm4/maximize-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-pressed.png b/xfwm4/maximize-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-pressed.xpm b/xfwm4/maximize-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-toggled-active.xpm b/xfwm4/maximize-toggled-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-toggled-inactive.xpm b/xfwm4/maximize-toggled-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-toggled-prelight.xpm b/xfwm4/maximize-toggled-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-toggled-pressed.png b/xfwm4/maximize-toggled-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/maximize-toggled-pressed.xpm b/xfwm4/maximize-toggled-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/menu-active.xpm b/xfwm4/menu-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/menu-inactive.xpm b/xfwm4/menu-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/menu-prelight.xpm b/xfwm4/menu-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/menu-pressed.xpm b/xfwm4/menu-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/right-active.xpm b/xfwm4/right-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/right-inactive.xpm b/xfwm4/right-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-active.xpm b/xfwm4/shade-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-inactive.xpm b/xfwm4/shade-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-prelight.xpm b/xfwm4/shade-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-pressed.png b/xfwm4/shade-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-pressed.xpm b/xfwm4/shade-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-toggled-active.xpm b/xfwm4/shade-toggled-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-toggled-inactive.xpm b/xfwm4/shade-toggled-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-toggled-prelight.xpm b/xfwm4/shade-toggled-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-toggled-pressed.png b/xfwm4/shade-toggled-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/shade-toggled-pressed.xpm b/xfwm4/shade-toggled-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-active.xpm b/xfwm4/stick-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-inactive.xpm b/xfwm4/stick-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-prelight.xpm b/xfwm4/stick-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-pressed.png b/xfwm4/stick-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-pressed.xpm b/xfwm4/stick-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-toggled-active.xpm b/xfwm4/stick-toggled-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-toggled-inactive.xpm b/xfwm4/stick-toggled-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-toggled-prelight.xpm b/xfwm4/stick-toggled-prelight.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-toggled-pressed.png b/xfwm4/stick-toggled-pressed.png
old mode 100644
new mode 100755
diff --git a/xfwm4/stick-toggled-pressed.xpm b/xfwm4/stick-toggled-pressed.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/themerc b/xfwm4/themerc
old mode 100644
new mode 100755
diff --git a/xfwm4/title-1-active.xpm b/xfwm4/title-1-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-1-inactive.xpm b/xfwm4/title-1-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-2-active.xpm b/xfwm4/title-2-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-2-inactive.xpm b/xfwm4/title-2-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-3-active.xpm b/xfwm4/title-3-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-3-inactive.xpm b/xfwm4/title-3-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-4-active.xpm b/xfwm4/title-4-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-4-inactive.xpm b/xfwm4/title-4-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-5-active.xpm b/xfwm4/title-5-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/title-5-inactive.xpm b/xfwm4/title-5-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/top-left-active.xpm b/xfwm4/top-left-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/top-left-inactive.xpm b/xfwm4/top-left-inactive.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/top-right-active.xpm b/xfwm4/top-right-active.xpm
old mode 100644
new mode 100755
diff --git a/xfwm4/top-right-inactive.xpm b/xfwm4/top-right-inactive.xpm
old mode 100644
new mode 100755