diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/apps/mate-caja.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/apps/mate-caja.rc index 818251a..8a6be93 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/apps/mate-caja.rc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/apps/mate-caja.rc @@ -53,7 +53,7 @@ style "caja-location" { function = FLAT_BOX recolorable = TRUE - file = "Caja/extra-widget.png" + file = "../images/extra-widget.png" state = NORMAL stretch = TRUE border = { 0, 0, 1, 0 } @@ -78,18 +78,18 @@ widget_class "*Caja*Side*Title*" style "caja-sidebar" #widget "*CajaNavigationWindow" style "caja-window-base" -widget_class "*Caja*Scrollbar" style "murrine-scrollbar" -widget_class "*CajaSidePane.*Scrollbar" style:highest "murrine-scrollbar" +#widget_class "*Caja*Scrollbar" style "murrine-scrollbar" +#widget_class "*CajaSidePane.*Scrollbar" style:highest "murrine-scrollbar" widget_class "*Caja*Statusbar*" style "caja-statusbar" widget "*Caja*Splitter" style "caja-handle" widget_class "*Caja*View*" style "caja-view" -widget_class "*Caja*Notebook" style "murrine-notebook" +#widget_class "*Caja*Notebook" style "murrine-notebook" -widget_class "*Caja*." style "murrine-treeview-header" -widget_class "*Caja*." style "murrine-treeview-header" -widget_class "*Caja*." style "murrine-treeview-header" -widget_class "*Caja*." style "murrine-treeview-header" +#widget_class "*Caja*." style "murrine-treeview-header" +#widget_class "*Caja*." style "murrine-treeview-header" +#widget_class "*Caja*." style "murrine-treeview-header" +#widget_class "*Caja*." style "murrine-treeview-header" widget_class "*CajaPathBar*" style "caja-pathbar" widget "*.caja-extra-view-widget" style "caja-location" diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/apps/pcmanfm.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/apps/pcmanfm.rc index b43b3f1..c2df031 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/apps/pcmanfm.rc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/apps/pcmanfm.rc @@ -8,7 +8,7 @@ style "pcmanfm-handle" { engine "pixmap" { image { function = HANDLE recolorable = FALSE - file = "images/handle-vert.png" + file = "../images/handle-vert.png" stretch = TRUE border = { 0, 0, 0, 0 } } } diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/extra-widget.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/extra-widget.png new file mode 100644 index 0000000..e9b6af5 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/gtk-2.0/images/extra-widget.png differ