diff --git a/usr/share/icons/lubuntu/index.theme b/usr/share/icons/lubuntu/index.theme index 2198c9f..a2e55e5 100644 --- a/usr/share/icons/lubuntu/index.theme +++ b/usr/share/icons/lubuntu/index.theme @@ -1,11 +1,11 @@ # Default theme for Lubuntu by The Lubuntu Artwork Team -# (Rafael Laguna and and Alexander Andjelkovic) +# (Rafael Laguna and Alexander Andjelkovic) # # More info at: https://launchpad.net/~lubuntu-art [Icon Theme] Name=Lubuntu -Comment=Lubuntu default icon theme +Comment=Default theme for Lubuntu Inherits=elementary Example=folder diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc new file mode 100644 index 0000000..bcb04e2 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc @@ -0,0 +1,79 @@ +style "sidepane" +{ + GtkTreeView::vertical-separator = 2 + + base[NORMAL] = @bg_color + base[INSENSITIVE] = @bg_color + + text[NORMAL] = mix (0.7, @text_color, @base_color) + text[ACTIVE] = @selected_fg_color + text[SELECTED] = @selected_fg_color + + engine "pixmap" { + + image { + function = FLAT_BOX + state = SELECTED + recolorable = TRUE + file = "images/sidebar_active.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + + image { + function = FOCUS + recolorable = TRUE + file = "images/sidebar_active.png" + border = { 0, 0, 0, 0 } + stretch = TRUE + } + } +} + +style "breadcrumbs" +{ + xthickness = 9 + ythickness = 4 + ThunarLocationButtons::spacing = 0 + + engine "pixmap" { + image { + function = BOX + state = PRELIGHT + recolorable = TRUE + file = "images/breadcrumb_prelight.png" + border = { 4, 10, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = ACTIVE + file = "images/breadcrumb_active.png" + border = { 4, 10, 0, 0 } + stretch = TRUE + } + image { + function = BOX + state = INSENSITIVE + file = "" + border = { 0, 10, 0, 0 } + stretch = TRUE + } + image { + function = BOX + file = "thunar/breadcrumb_default.png" + border = { 4, 10, 0, 10 } + stretch = TRUE + } + } +} + +widget_class "*ThunarLocationButtons*" style "breadcrumbs" +widget_class "*ThunarShortcutsView*" style "sidepane" +widget_class "*ThunarTreeView*" style "sidepane" +widget_class "*ThunarLocationEntry*" style "entry" +widget_class "*ThunarStatusbar*" style "resize-grip" + +# Gtk2 Open-File Dialog +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.GtkTreeView*" style "sidepane" +widget_class "*GtkFileChooserWidget.GtkFileChooserDefault.GtkVBox.GtkHPaned.GtkVBox.GtkScrolledWindow.." style "treeview-header" diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc index c590a3d..46540b7 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc @@ -329,7 +329,7 @@ style "toolbar-button" = "notebook_button" { style "menu" { xthickness = 0 ythickness = 0 - + bg[NORMAL] = @base_color engine "murrine" { reliefstyle = 0 @@ -695,3 +695,4 @@ include "assets/statusbar.rc" include "assets/toolbar.rc" include "assets/pcmanfm.rc" include "assets/xfce4-notifyd.rc" +include "assets/thunar.rc" diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_active.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_active.png new file mode 100644 index 0000000..365b291 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_active.png differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_default.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_default.png new file mode 100644 index 0000000..cabcd80 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_default.png differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_prelight.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_prelight.png new file mode 100644 index 0000000..4fec4bd Binary files /dev/null and b/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/sidebar_active.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/sidebar_active.png new file mode 100644 index 0000000..b7caaaf Binary files /dev/null and b/usr/share/themes/Lubuntu-default/gtk-2.0/images/sidebar_active.png differ diff --git a/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-lubuntu.css b/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-lubuntu.css index 5be4c8e..72e571d 100644 --- a/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-lubuntu.css +++ b/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-lubuntu.css @@ -194,7 +194,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive, to (@scrollslider_gradient_b)); background-color: @theme_base_color; border-color: transparent; - border-radius: 10; + border-radius: 10px; border-width: 1px; } @@ -206,7 +206,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive, to (shade (@scrollslider_gradient_b, 0.90))); background-color: @theme_base_color; border-color: transparent; - border-radius: 10; + border-radius: 10px; border-width: 1px; } @@ -218,7 +218,7 @@ GtkMenuToolButton.menu .menuitem *:insensitive, to (shade (@scrollslider_gradient_b, 0.80))); background-color: @theme_base_color; border-color: transparent; - border-radius: 10; + border-radius: 10px; border-width: 1px; } diff --git a/usr/share/themes/Lubuntu-default/index.theme b/usr/share/themes/Lubuntu-default/index.theme index a63a39c..ade85f6 100644 --- a/usr/share/themes/Lubuntu-default/index.theme +++ b/usr/share/themes/Lubuntu-default/index.theme @@ -7,7 +7,8 @@ [Desktop Entry] Name=Lubuntu Type=X-GNOME-Metatheme -Comment=FIXED theme for Lubuntu +Comment=Default theme for Lubuntu +Encoding=UTF-8 [X-GNOME-Metatheme] GtkTheme=Lubuntu @@ -15,3 +16,5 @@ IconTheme=Lubuntu CursorTheme=DMZ-Black CursorSize=24 NotificationTheme=ubuntu +MetacityTheme=Box-default +ButtonLayout=close,minimize,maximize: diff --git a/usr/share/themes/LxDesign/lubuntu.desktop b/usr/share/themes/LxDesign/index.theme similarity index 100% rename from usr/share/themes/LxDesign/lubuntu.desktop rename to usr/share/themes/LxDesign/index.theme diff --git a/usr/share/themes/Ozone1/lubuntu.desktop b/usr/share/themes/Ozone1/index.theme similarity index 100% rename from usr/share/themes/Ozone1/lubuntu.desktop rename to usr/share/themes/Ozone1/index.theme diff --git a/usr/share/themes/Ozone2/lubuntu.desktop b/usr/share/themes/Ozone2/index.theme similarity index 100% rename from usr/share/themes/Ozone2/lubuntu.desktop rename to usr/share/themes/Ozone2/index.theme