diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/assets/pcmanfm.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/assets/pcmanfm.rc index 4c81edb..b43b3f1 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/assets/pcmanfm.rc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/assets/pcmanfm.rc @@ -1,6 +1,6 @@ style "pcmanfm-sidebar" { - GtkTreeView::even_row_color = "#e0e0e0" + GtkTreeView::even_row_color = @sidepane_color } style "pcmanfm-handle" { 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 index bcb04e2..74ba14c 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/assets/thunar.rc @@ -2,7 +2,7 @@ style "sidepane" { GtkTreeView::vertical-separator = 2 - base[NORMAL] = @bg_color + base[NORMAL] = @sidepane_color base[INSENSITIVE] = @bg_color text[NORMAL] = mix (0.7, @text_color, @base_color) @@ -30,45 +30,6 @@ style "sidepane" } } -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" diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc index 46540b7..9bb74ee 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc @@ -7,6 +7,7 @@ gtk_color_scheme = "selected_fg_color:#ffffff" gtk_color_scheme = "tooltip_bg_color:#303334" gtk_color_scheme = "tooltip_fg_color:#E6E6E6" gtk_color_scheme = "link_color:#148add" +gtk_color_scheme = "sidepane_color:#dae0e6" gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16" gtk-auto-mnemonics = 1 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 deleted file mode 100644 index 365b291..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_active.png and /dev/null 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 deleted file mode 100644 index cabcd80..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_default.png and /dev/null 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 deleted file mode 100644 index 4fec4bd..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/breadcrumb_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-active-combo.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-active-combo.png deleted file mode 100644 index a5d2162..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-active-combo.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-combo.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-combo.png deleted file mode 100644 index a5d2162..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-combo.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-ins-combo.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-ins-combo.png deleted file mode 100644 index 2bb3a9e..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-down-ins-combo.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-active-combo.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-active-combo.png deleted file mode 100644 index 776f52d..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-active-combo.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-combo.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-combo.png deleted file mode 100644 index 776f52d..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-combo.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-ins-combo.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-ins-combo.png deleted file mode 100644 index b42d2f1..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/arrow-up-ins-combo.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-ins.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-ins.png deleted file mode 100644 index f6593b5..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-ins.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-pressed.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-pressed.png deleted file mode 100644 index 2c1264e..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-sel.png deleted file mode 100644 index 81b196f..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-spin.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-spin.png deleted file mode 100644 index cc673b7..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button-spin.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button.png deleted file mode 100644 index 53114fe..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/button.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-active.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-active.png deleted file mode 100644 index 0d77163..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-active.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-ins.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-ins.png deleted file mode 100644 index d2079b2..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-ins.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-active.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-active.png deleted file mode 100644 index 497fb21..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-active.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-ins.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-ins.png deleted file mode 100644 index 4c7e93e..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-ins.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-sel.png deleted file mode 100644 index 497fb21..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed.png deleted file mode 100644 index b74ce05..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-sel.png deleted file mode 100644 index 2d2e96d..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box.png deleted file mode 100644 index 2d2e96d..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/c_box.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-down.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-down.png deleted file mode 100644 index ef87314..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-down.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-left.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-left.png deleted file mode 100644 index 55a78b8..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-left.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-right.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-right.png deleted file mode 100644 index 0bbab84..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-right.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-up.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-up.png deleted file mode 100644 index 6fca056..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menu-arrow-up.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menubar.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menubar.png deleted file mode 100644 index fd99acb..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/menubar.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-horiz.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-horiz.png deleted file mode 100644 index 8c506fd..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-horiz.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-tree.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-tree.png deleted file mode 100644 index fa96712..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-tree.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-horiz.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-horiz.png deleted file mode 100644 index e52e9c4..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-horiz.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-tree.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-tree.png deleted file mode 100644 index 1e3f871..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-tree.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-vert.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-vert.png deleted file mode 100644 index c1aa1a6..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-trough-vert.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-vert.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-vert.png deleted file mode 100644 index 07b6270..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/progressbar-vert.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-active.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-active.png deleted file mode 100644 index efc2d4c..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-active.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-ins.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-ins.png deleted file mode 100644 index 622e2c2..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-ins.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-active.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-active.png deleted file mode 100644 index ecb028c..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-active.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-ins.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-ins.png deleted file mode 100644 index c3e6988..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-ins.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-sel.png deleted file mode 100644 index ecb028c..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed.png deleted file mode 100644 index 163ee26..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-sel.png deleted file mode 100644 index 58a9b59..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio.png deleted file mode 100644 index 58a9b59..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/radio.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-slider-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-slider-sel.png deleted file mode 100644 index 130cb78..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-slider-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-slider.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-slider.png deleted file mode 100644 index 3d27462..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-slider.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-trough-horiz.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-trough-horiz.png deleted file mode 100644 index 5b0159f..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-trough-horiz.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-trough-vert.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-trough-vert.png deleted file mode 100644 index 8cb4444..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scale-trough-vert.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_horizontal-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_horizontal-sel.png deleted file mode 100644 index cb8150e..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_horizontal-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_horizontal.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_horizontal.png deleted file mode 100644 index d77525b..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_horizontal.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_vertical-sel.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_vertical-sel.png deleted file mode 100644 index 370c867..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_vertical-sel.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_vertical.png b/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_vertical.png deleted file mode 100644 index 882fcaa..0000000 Binary files a/usr/share/themes/Lubuntu-default/gtk-2.0/images/deprecated/scrollbar_vertical.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close.png b/usr/share/themes/Lubuntu-default/metacity-1/close.png deleted file mode 100644 index f0947ae..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_focused_normal.png b/usr/share/themes/Lubuntu-default/metacity-1/close_focused_normal.png deleted file mode 100644 index f0947ae..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_focused_normal.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_focused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/close_focused_prelight.png deleted file mode 100644 index bcb7b5f..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_focused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_focused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/close_focused_pressed.png deleted file mode 100644 index c219ddc..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_focused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused.png b/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused.png deleted file mode 100644 index 4c6600c..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_over.png b/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_over.png deleted file mode 100644 index bcb7b5f..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_over.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_prelight.png deleted file mode 100644 index 072faf9..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_pressed.png deleted file mode 100644 index fd7106a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/close_unfocused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize.png deleted file mode 100644 index 2a7a0b9..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_normal.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_normal.png deleted file mode 100644 index 2a7a0b9..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_normal.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_prelight.png deleted file mode 100644 index b7c419a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_pressed.png deleted file mode 100644 index 30b9e69..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_focused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused.png deleted file mode 100644 index 96b3a72..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_over.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_over.png deleted file mode 100644 index 30b9e69..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_over.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_prelight.png deleted file mode 100644 index b7c419a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_pressed.png deleted file mode 100644 index 30b9e69..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/maximize_unfocused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/menu.png b/usr/share/themes/Lubuntu-default/metacity-1/menu.png deleted file mode 100644 index b35c082..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/menu.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/menu_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/menu_prelight.png deleted file mode 100644 index 0713ddc..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/menu_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/metacity-theme-1.xml b/usr/share/themes/Lubuntu-default/metacity-1/metacity-theme-1.xml deleted file mode 100644 index d83dfd3..0000000 --- a/usr/share/themes/Lubuntu-default/metacity-1/metacity-theme-1.xml +++ /dev/null @@ -1,506 +0,0 @@ - - - - - - Lubuntu - Rafael Laguna - GPL 2.0 - November, 2013 - Metacity theme matching Lubuntu Box - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <title color="#2C2C2C" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> -</draw_ops> - -<draw_ops name="draw_title_text_inactive"> - <title color="#ffffff" x="4 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/> - <title color="#999999" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> -</draw_ops> - -<draw_ops name="draw_title"> - <!-- Background gradient --> - <gradient type="vertical" x="0" y="0" width="width" height="top_height"> - <color value="#e8e8e8" /> - <color value="#e0e0e0" /> - </gradient> - - <!-- Titlebar outline --> - <rectangle color="shade/#3c3c3c/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 0"/> - - <!-- Topmost lines --> - <line color="shade/#3c3c3c/1.2" x1="0" x2="width" y1="0" y2="0"/> - <line color="shade/#f7f7f7/1.1" x1="0" x2="width" y1="1" y2="1"/> - - <!-- Darkening of the left arch --> - <line color="shade/#3c3c3c/1.2" x1="0" x2="0" y1="1" y2="1"/> - <line color="shade/#3c3c3c/1.2" x1="width-1" x2="width" y1="1" y2="1"/> - <line color="shade/#3c3c3c/0.9" x1="1" y1="top_height - 0" x2="width - 2" y2="top_height - 0"/> -</draw_ops> - -<draw_ops name="draw_title_unfocused"> - <!-- Background gradient --> - <gradient type="vertical" x="0" y="0" width="width+9" height="height"> - <color value="#e8e8e8" /> - <color value="#e0e0e0" /> - </gradient> - - <!-- Titlebar outline --> - <rectangle color="shade/#3c3c3c/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 0"/> - - <!-- Topmost lines --> - <line color="shade/#3c3c3c/1.16" x1="0" x2="width" y1="0" y2="0"/> - <line color="shade/#f7f7f7/1.14" x1="0" x2="width" y1="1" y2="1"/> - - <!-- Darkening of the left arch --> - <line color="shade/#3c3c3c/1.2" x1="0" x2="0" y1="1" y2="1"/> - - <line color="shade/#3c3c3c/1.2" x1="width-1" x2="width" y1="1" y2="1"/> - <line color="shade/#3c3c3c/0.9" x1="1" y1="top_height - 0" x2="width - 2" y2="top_height - 0"/> -</draw_ops> - -<draw_ops name="draw_title_inactive"> - <include name="draw_title_unfocused" /> -</draw_ops> - -<draw_ops name="draw_title_maximized"> - <!-- Background gradient --> - <gradient type="vertical" x="0" y="0" width="width" height="top_height"> - <color value="#e8e8e8" /> - <color value="#d2d2d2" /> - </gradient> - - <!-- Topmost dark line --> - <line color="shade/#f7f7f7/1.1" x1="0" x2="width" y1="0" y2="0"/> - - <line color="shade/#3c3c3c/0.94" x1="1" y1="top_height - 0" x2="width - 2" y2="top_height - 0"/> -</draw_ops> - -<draw_ops name="draw_title_maximized_unfocused"> - <!-- Background gradient --> - <gradient type="vertical" x="0" y="0" width="width" height="top_height"> - <color value="#e8e8e8" /> - <color value="#d2d2d2" /> - </gradient> - - <!-- Topmost dark line --> - <line color="shade/#f7f7f7/1.1" x1="0" x2="width" y1="0" y2="0"/> - - <line color="shade/#f7f7f7/0.94" x1="1" y1="top_height - 0" x2="width - 2" y2="top_height - 0"/> -</draw_ops> - -<draw_ops name="draw_title_maximized_inactive"> - <include name="draw_title_maximized_unfocused" /> -</draw_ops> - -<!-- Window Frames --> - -<draw_ops name="draw_frame"> - <rectangle color="shade/gtk:bg[NORMAL]/0.5" x="0" y="0" width="width" height="height" filled="true"/> - <gradient type="vertical" x="0" y="0" width="width" height="60"> - <color value="shade/#3c3c3c/1.2" /> - <color value="shade/gtk:bg[NORMAL]/0.5" /> - </gradient> -</draw_ops> - -<!-- bottom border --> -<draw_ops name="bottom_edge"> - <line color="shade/gtk:bg[NORMAL]/0.5" x1="0" x2="width" y1="height-1" y2="height-1"/> -</draw_ops> - -<draw_ops name="border"> - <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> - <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> - <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> - <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> - - <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" - x="0" y="0" - width="width - 1" - height="height - 1"/> -</draw_ops> - -<!-- BUTTONS --> - -<!-- Button Trough Left --> - <draw_ops name="left_left_background_focused_normal"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_left_background_focused_pressed"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_middle_background_focused_normal"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_middle_background_focused_pressed"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_right_background_focused_normal"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_right_background_focused_pressed"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_left_background_unfocused_normal"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_left_background_unfocused_pressed"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_middle_background_unfocused_normal"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_middle_background_unfocused_pressed"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_right_background_unfocused_normal"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="left_right_background_unfocused_pressed"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - -<!-- Button Trough Right --> - <draw_ops name="right_left_background_focused_normal"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_left_background_focused_pressed"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_middle_background_focused_normal"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_middle_background_focused_pressed"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_right_background_focused_normal"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_right_background_focused_pressed"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_left_background_unfocused_normal"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_left_background_unfocused_pressed"> - <image filename="trough_left.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_middle_background_unfocused_normal"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_middle_background_unfocused_pressed"> - <image filename="trough_middle.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_right_background_unfocused_normal"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="right_right_background_unfocused_pressed"> - <image filename="trough_right.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - -<!-- Button prelightlays --> - <draw_ops name="menu_focused_normal"> - <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="menu_focused_prelight"> - <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="menu_unfocused_normal"> - <image filename="menu.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="menu_unfocused_prelight"> - <image filename="menu_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="minimize_focused_normal"> - <image filename="minimize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="minimize_focused_prelight"> - <image filename="minimize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="minimize_focused_pressed"> - <image filename="minimize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="minimize_unfocused_normal"> - <image filename="minimize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="minimize_unfocused_prelight"> - <image filename="minimize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="minimize_unfocused_pressed"> - <image filename="minimize_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="maximize_focused_normal"> - <image filename="maximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="maximize_focused_prelight"> - <image filename="maximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="maximize_focused_pressed"> - <image filename="maximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="maximize_unfocused_normal"> - <image filename="maximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="maximize_unfocused_prelight"> - <image filename="maximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="maximize_unfocused_pressed"> - <image filename="maximize_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="unmaximize_focused_normal"> - <image filename="unmaximize_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="unmaximize_focused_prelight"> - <image filename="unmaximize_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="unmaximize_focused_pressed"> - <image filename="unmaximize_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="unmaximize_unfocused_normal"> - <image filename="unmaximize_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="unmaximize_unfocused_prelight"> - <image filename="unmaximize_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="unmaximize_unfocused_pressed"> - <image filename="unmaximize_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="close_focused_normal"> - <image filename="close_focused_normal.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="close_focused_prelight"> - <image filename="close_focused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="close_focused_pressed"> - <image filename="close_focused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="close_unfocused_normal"> - <image filename="close_unfocused.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="close_unfocused_prelight"> - <image filename="close_unfocused_prelight.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - <draw_ops name="close_unfocused_pressed"> - <image filename="close_unfocused_pressed.png" x="0" y="1" width="object_width" height="object_height"/> - </draw_ops> - -<!-- FRAME STYLE --> -<frame_style name="normal_focused" geometry="frame_geometry_normal"> - <piece position="title" draw_ops="draw_title_text_normal"/> - <piece position="titlebar" draw_ops="draw_title"/> - <piece position="left_edge" draw_ops="draw_frame"/> - <piece position="right_edge" draw_ops="draw_frame"/> - <piece position="bottom_edge" draw_ops="bottom_edge"/> - <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/> - <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/> - <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/> - <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/> - <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/> - <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/> - <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/> - <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/> - <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/> - <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/> - <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/> - <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/> - <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/> - <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/> - <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/> - <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/> - <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/> - <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_focused_normal"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> - <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/> - <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/> - <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/> - <button function="close" state="normal" draw_ops="close_focused_normal"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> -</frame_style> - -<frame_style name="normal_unfocused" geometry="frame_geometry_normal"> - <piece position="title" draw_ops="draw_title_text_inactive"/> - <piece position="titlebar" draw_ops="draw_title_inactive"/> - <piece position="left_edge" draw_ops="draw_frame"/> - <piece position="right_edge" draw_ops="draw_frame"/> - <piece position="bottom_edge" draw_ops="bottom_edge"/> - <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/> - <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/> - <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/> - <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/> - <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/> - <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/> - <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/> - <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/> - <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/> - <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/> - <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/> - <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/> - <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/> - <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/> - <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/> - <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/> - <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/> - <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/> - <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> - <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/> - <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/> - <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/> - <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/> - <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/> - <button function="close" state="normal" draw_ops="close_unfocused_normal"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> -</frame_style> - -<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused"> - <piece position="title" draw_ops="draw_title_text_normal"/> - <piece position="titlebar" draw_ops="draw_title_maximized"/> - <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/> -</frame_style> - -<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused"> - <piece position="title" draw_ops="draw_title_text_inactive"/> - <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/> - <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/> - <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/> - <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/> -</frame_style> - -<frame_style name="utility_focused" parent="normal_focused"> - <piece position="title" draw_ops="draw_title_text_normal"/> - <piece position="titlebar" draw_ops="draw_title"/> - <button function="menu" state="normal" draw_ops="menu_focused_normal"/> - <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> - <button function="close" state="normal" draw_ops="close_focused_normal"/> - <button function="close" state="prelight" draw_ops="close_focused_prelight"/> - <button function="close" state="pressed" draw_ops="close_focused_pressed"/> -</frame_style> - -<frame_style name="utility_unfocused" parent="normal_unfocused"> - <piece position="title" draw_ops="draw_title_text_inactive"/> - <piece position="titlebar" draw_ops="draw_title_inactive"/> - <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/> - <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/> - <button function="menu" state="pressed" draw_ops="menu_focused_normal"/> - <button function="close" state="normal" draw_ops="close_unfocused_normal"/> - <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/> - <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/> -</frame_style> - -<frame_style name="border" geometry="border" parent="normal_focused"> - <piece position="title" draw_ops="draw_title"/> - <piece position="titlebar" draw_ops="draw_title_inactive"/> -</frame_style> - -<!-- STYLE SET --> -<frame_style_set name="normal"> - <frame focus="yes" state="normal" resize="both" style="normal_focused"/> - <frame focus="no" state="normal" resize="both" style="normal_unfocused"/> - <frame focus="yes" state="maximized" style="maximized_focused"/> - <frame focus="no" state="maximized" style="maximized_unfocused"/> - <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> - <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> - <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> - <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> -</frame_style_set> - -<frame_style_set name="utility"> - <frame focus="yes" state="normal" resize="both" style="utility_focused"/> - <frame focus="no" state="normal" resize="both" style="utility_unfocused"/> - <frame focus="yes" state="maximized" style="maximized_focused"/> - <frame focus="no" state="maximized" style="normal_focused"/> - <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> - <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> - <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> - <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> -</frame_style_set> - -<frame_style_set name="border"> - <frame focus="yes" state="normal" resize="both" style="border"/> - <frame focus="no" state="normal" resize="both" style="border"/> - <frame focus="yes" state="maximized" style="maximized_focused"/> - <frame focus="no" state="maximized" style="normal_focused"/> - <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo --> - <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo --> - <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo --> - <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo --> -</frame_style_set> - -<!-- WINDOW --> -<window type="normal" style_set="normal"/> -<window type="dialog" style_set="utility"/> -<window type="modal_dialog" style_set="utility"/> -<window type="menu" style_set="utility"/> -<window type="utility" style_set="utility"/> -<window type="border" style_set="border"/> - -</metacity_theme> diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize.png deleted file mode 100644 index 1b4e0ea..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_normal.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_normal.png deleted file mode 100644 index 1b4e0ea..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_normal.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_prelight.png deleted file mode 100644 index ba22c77..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_pressed.png deleted file mode 100644 index cd35c2c..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_focused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused.png deleted file mode 100644 index 0184cdc..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_over.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_over.png deleted file mode 100644 index 0504f81..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_over.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_prelight.png deleted file mode 100644 index 0504f81..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_pressed.png deleted file mode 100644 index cd35c2c..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/minimize_unfocused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/trough_left.png b/usr/share/themes/Lubuntu-default/metacity-1/trough_left.png deleted file mode 100644 index da5276a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/trough_left.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/trough_middle.png b/usr/share/themes/Lubuntu-default/metacity-1/trough_middle.png deleted file mode 100644 index b8197d7..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/trough_middle.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/trough_right.png b/usr/share/themes/Lubuntu-default/metacity-1/trough_right.png deleted file mode 100644 index 1bc8ce3..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/trough_right.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_left.png b/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_left.png deleted file mode 100644 index 8d023fc..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_left.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_middle.png b/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_middle.png deleted file mode 100644 index deaa231..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_middle.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_right.png b/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_right.png deleted file mode 100644 index 096005d..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/trough_unfocused_right.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize.png deleted file mode 100644 index 2a7a0b9..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_normal.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_normal.png deleted file mode 100644 index 2a7a0b9..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_normal.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_prelight.png deleted file mode 100644 index b7c419a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_pressed.png deleted file mode 100644 index 30b9e69..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_focused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused.png deleted file mode 100644 index 96b3a72..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_over.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_over.png deleted file mode 100644 index b7c419a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_over.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_prelight.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_prelight.png deleted file mode 100644 index b7c419a..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_prelight.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_pressed.png b/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_pressed.png deleted file mode 100644 index 30b9e69..0000000 Binary files a/usr/share/themes/Lubuntu-default/metacity-1/unmaximize_unfocused_pressed.png and /dev/null differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/base-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/base-inactive.png new file mode 100644 index 0000000..cf5995c Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/base-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/base.png b/usr/share/themes/Lubuntu-default/xfwm4/base.png new file mode 100644 index 0000000..5f53731 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/base.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/bottom-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/bottom-active.xpm new file mode 100644 index 0000000..0ec965b --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/bottom-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"2 2 3 1", +" c None", +". c #DEDEDE s active_color_2", +"+ c #939393", +"..", +"++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/bottom-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/bottom-inactive.xpm new file mode 120000 index 0000000..9f10639 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/bottom-left-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/bottom-left-active.xpm new file mode 100644 index 0000000..5b65d0b --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/bottom-left-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"2 2 3 1", +" c None", +". c #939393", +"+ c #DEDEDE s active_color_2", +".+", +".."}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/bottom-left-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 0000000..d70de34 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/bottom-right-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/bottom-right-active.xpm new file mode 100644 index 0000000..9e3d478 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/bottom-right-active.xpm @@ -0,0 +1,8 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"2 2 3 1", +" c None", +". c #DEDEDE s active_color_2", +"+ c #939393", +".+", +"++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/bottom-right-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 0000000..d234cea --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-active.png b/usr/share/themes/Lubuntu-default/xfwm4/close-active.png new file mode 100644 index 0000000..02ec7b5 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/close-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/close-active.xpm new file mode 100644 index 0000000..9656137 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/close-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"20 24 8 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #797979", +"$ c #929292", +"% c #E5E5E5", +"& c #B0B0B0", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@$$#@@#$$@@@@@@", +"@@@@@@%$$##$$%@@@@@@", +"@@@@@@@%$$$$%@@@@@@@", +"@@@@@@@@&$$&@@@@@@@@", +"@@@@@@@#$$$$#@@@@@@@", +"@@@@@@#$$%%$$#@@@@@@", +"@@@@@@$$%@@%$$@@@@@@", +"@@@@@@%%@@@@%%@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/close-inactive.png new file mode 100644 index 0000000..02ec7b5 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/close-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/close-inactive.xpm new file mode 100644 index 0000000..e02e73e --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/close-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"20 24 9 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #BFBFBF", +"$ c #CFCFCF", +"% c #ECECEC", +"& c #D5D5D5", +"* c #F2F2F2", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@$$#@@#$$@@@@@@", +"@@@@@@%$$##$$%@@@@@@", +"@@@@@@@%$$$$%@@@@@@@", +"@@@@@@@@&$$&@@@@@@@@", +"@@@@@@@#$$$$#@@@@@@@", +"@@@@@@#$$%%$$#@@@@@@", +"@@@@@@$$%@@*$$@@@@@@", +"@@@@@@%%@@@@%%@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/close-prelight.png new file mode 100644 index 0000000..02ec7b5 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/close-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/close-prelight.xpm new file mode 100644 index 0000000..e4a5126 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/close-prelight.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"20 24 8 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #4B4B4B", +"$ c #666666", +"% c #E5E5E5", +"& c #8B8B8B", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@$$#@@#$$@@@@@@", +"@@@@@@%$$##$$%@@@@@@", +"@@@@@@@%$$$$%@@@@@@@", +"@@@@@@@@&$$&@@@@@@@@", +"@@@@@@@#$$$$#@@@@@@@", +"@@@@@@#$$%%$$#@@@@@@", +"@@@@@@$$%@@%$$@@@@@@", +"@@@@@@%%@@@@%%@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/close-pressed.png new file mode 100644 index 0000000..02ec7b5 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/close-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/close-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/close-pressed.xpm new file mode 100644 index 0000000..411eb65 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/close-pressed.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"20 24 24 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #6897BC", +"$ c #5189B5", +"% c #ECECEC", +"& c #588FBA", +"* c #588FBB", +"= c #5890BB", +"- c #598FBA", +"; c #6298C1", +"> c #6398C1", +", c #6297C1", +"' c #6CA0C8", +") c #6CA0C7", +"! c #6C9FC8", +"~ c #76A8CF", +"{ c #75A8CF", +"] c #76A7CF", +"^ c #76A8CE", +"/ c #7FAFD5", +"( c #7EAFD5", +"_ c #7FAFD6", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@##@@@@##@@@@@@", +"@@@@@@$$#@@#$$@@@@@@", +"@@@@@@%$$##$$%@@@@@@", +"@@@@@@@%&*=-%@@@@@@@", +"@@@@@@@@;>;,@@@@@@@@", +"@@@@@@@#'')!#@@@@@@@", +"@@@@@@#~{%%]^#@@@@@@", +"@@@@@@/(%@@%/_@@@@@@", +"@@@@@@%%@@@@%%@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-active.png b/usr/share/themes/Lubuntu-default/xfwm4/hide-active.png new file mode 100644 index 0000000..2d7f67b Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/hide-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/hide-active.xpm new file mode 100644 index 0000000..fd784c4 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"20 24 6 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #707070", +"# c #868686", +"$ c #ECECEC", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++@@@@@@@@++++++", +"++++++########++++++", +"++++++$$$$$$$$++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/hide-inactive.png new file mode 100644 index 0000000..2d7f67b Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/hide-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..f60bcd5 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"20 24 6 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #BBBBBB", +"# c #CACACA", +"$ c #ECECEC", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++@@@@@@@@++++++", +"++++++########++++++", +"++++++$$$$$$$$++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/hide-prelight.png new file mode 100644 index 0000000..2d7f67b Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/hide-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..7833e42 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/hide-prelight.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"20 24 7 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #434343", +"$ c #595959", +"% c #ECECEC", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@########@@@@@@", +"@@@@@@$$$$$$$$@@@@@@", +"@@@@@@%%%%%%%%@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/hide-pressed.png new file mode 100644 index 0000000..2d7f67b Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/hide-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/hide-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/hide-pressed.xpm new file mode 100644 index 0000000..8e76ba0 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/hide-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"20 24 6 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #6696BA", +"# c #8CB7D8", +"$ c #ECECEC", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++@@@@@@@@++++++", +"++++++########++++++", +"++++++$$$$$$$$++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/left-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/left-active.xpm new file mode 100644 index 0000000..c1019ae --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/left-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * left_active_xpm[] = { +"2 1 3 1", +" c None", +". c #939393", +"+ c #DEDEDE s active_color_2", +".+"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/left-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/left-inactive.xpm new file mode 120000 index 0000000..ebcf490 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-active.png b/usr/share/themes/Lubuntu-default/xfwm4/maximize-active.png new file mode 100644 index 0000000..5498bb1 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/maximize-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..4259db8 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/maximize-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"20 24 7 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #707070", +"# c #868686", +"$ c #EAEAEA", +"% c #B3B3B3", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"+++++++++@@+++++++++", +"+++++++++##+++++++++", +"+++++++++##+++++++++", +"++++++@@@##@@@++++++", +"++++++########++++++", +"++++++$$$##$$$++++++", +"+++++++++##+++++++++", +"+++++++++%%+++++++++", +"+++++++++$$+++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/maximize-inactive.png new file mode 100644 index 0000000..5498bb1 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/maximize-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/maximize-inactive.xpm new file mode 100644 index 0000000..b70cf73 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/maximize-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"20 24 7 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #BABABA", +"# c #CACACA", +"$ c #EAEAEA", +"% c #D4D4D4", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"+++++++++@@+++++++++", +"+++++++++##+++++++++", +"+++++++++##+++++++++", +"++++++@@@##@@@++++++", +"++++++########++++++", +"++++++$$$##$$$++++++", +"+++++++++##+++++++++", +"+++++++++%%+++++++++", +"+++++++++$$+++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/maximize-prelight.png new file mode 100644 index 0000000..5498bb1 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/maximize-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..44994d7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/maximize-prelight.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"20 24 8 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #434343", +"$ c #595959", +"% c #EAEAEA", +"& c #909090", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@###$$###@@@@@@", +"@@@@@@$$$$$$$$@@@@@@", +"@@@@@@%%%$$%%%@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@&&@@@@@@@@@", +"@@@@@@@@@%%@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/maximize-pressed.png new file mode 100644 index 0000000..5498bb1 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/maximize-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/maximize-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/maximize-pressed.xpm new file mode 100644 index 0000000..b7802c7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/maximize-pressed.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"20 24 10 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #5189B5", +"# c #528AB5", +"$ c #5C92BC", +"% c #70A3CB", +"& c #F4F4F4", +"* c #8CB7D8", +"= c #93BDDD", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"+++++++++@@+++++++++", +"+++++++++##+++++++++", +"+++++++++$$+++++++++", +"++++++$$$$$$$$++++++", +"++++++%%%%%%%%++++++", +"++++++&&&%%&&&++++++", +"+++++++++**+++++++++", +"+++++++++==+++++++++", +"+++++++++&&+++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-active.png b/usr/share/themes/Lubuntu-default/xfwm4/menu-active.png new file mode 100644 index 0000000..5dd9f97 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/menu-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/menu-active.xpm new file mode 100644 index 0000000..c2336e6 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/menu-active.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * menu_prelight_xpm[] = { +"20 24 23 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #8C8C8C", +"# c #5E5E5E", +"$ c #8F8F8F", +"% c #EAEAEA", +"& c #727272", +"* c #959595", +"= c #ECECEC", +"- c #DFDFDF", +"; c #E4E4E4", +"> c #858585", +", c #7C7C7C", +"' c #E1E1E1", +") c #D4D4D4", +"! c #888888", +"~ c #E0E0E0", +"{ c #E6E6E6", +"] c #BEBEBE", +"^ c #D8D8D8", +"/ c #E2E2E2", +"( c #EDEDED", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++@######$++++++", +"++++++%@&&&&*=++++++", +"++++++-;>,,$%+++++++", +"+++++++')!$;~+++++++", +"++++++++{]^/++++++++", +"+++++++++({+++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/menu-inactive.png new file mode 100644 index 0000000..5dd9f97 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/menu-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..d95272a --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/menu-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"20 24 20 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #C2C2C2", +"# c #B4B4B4", +"$ c #C4C4C4", +"% c #E7E7E7", +"& c #CCCCCC", +"* c #CFCFCF", +"= c #DFDFDF", +"- c #C9C9C9", +"; c #C7C7C7", +"> c #CDCDCD", +", c #E9E9E9", +"' c #E0E0E0", +") c #E3E3E3", +"! c #CBCBCB", +"~ c #DCDCDC", +"{ c #E5E5E5", +"] c #E1E1E1", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++@######$++++++", +"++++++%&$$$$*%++++++", +"++++++=%-;;>,+++++++", +"+++++++')!>%=+++++++", +"++++++++)~{]++++++++", +"+++++++++%)+++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/menu-prelight.png new file mode 100644 index 0000000..5dd9f97 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/menu-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..48c4de0 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/menu-prelight.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * menu_prelight_xpm[] = { +"20 24 24 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #5F5F5F", +"$ c #343434", +"% c #636363", +"& c #EAEAEA", +"* c #454545", +"= c #696969", +"- c #ECECEC", +"; c #DFDFDF", +"> c #E4E4E4", +", c #585858", +"' c #4E4E4E", +") c #E1E1E1", +"! c #D4D4D4", +"~ c #5B5B5B", +"{ c #E0E0E0", +"] c #E6E6E6", +"^ c #BEBEBE", +"/ c #D8D8D8", +"( c #E2E2E2", +"_ c #EDEDED", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@#$$$$$$%@@@@@@", +"@@@@@@&#****=-@@@@@@", +"@@@@@@;>,''%&@@@@@@@", +"@@@@@@@)!~%>{@@@@@@@", +"@@@@@@@@]^/(@@@@@@@@", +"@@@@@@@@@_]@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/menu-pressed.png new file mode 100644 index 0000000..5dd9f97 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/menu-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/menu-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..f56f77a --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/menu-pressed.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"20 24 27 1", +" c #939393", +". c #FFFFFF", +"+ c #DEDEDE s active_color_2", +"@ c #84A8C3", +"# c #528AB5", +"$ c #88AAC5", +"% c #EBECED", +"& c #7BA5C8", +"* c #5C92BC", +"= c #86AECC", +"- c #DFDFDF", +"; c #E1E9EE", +"> c #71A2C6", +", c #669BC3", +"' c #7CA9CB", +") c #E8ECEF", +"! c #E1E1E1", +"~ c #CEDEEA", +"{ c #71A4CB", +"] c #78AACD", +"^ c #E0E8EE", +"/ c #E0E0E0", +"( c #E6E6E6", +"_ c #B3CEE3", +": c #D1E0EB", +"< c #E2E2E2", +"[ c #EDEDED", +" ", +"....................", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++@######$++++++", +"++++++%&****=%++++++", +"++++++-;>,,')+++++++", +"+++++++!~{]^/+++++++", +"++++++++(_:<++++++++", +"+++++++++[(+++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++", +"++++++++++++++++++++"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/right-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/right-active.xpm new file mode 100644 index 0000000..5b15e1e --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/right-active.xpm @@ -0,0 +1,7 @@ +/* XPM */ +static char * right_active_xpm[] = { +"2 1 3 1", +" c None", +". c #DEDEDE s active_color_2", +"+ c #939393", +".+"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/right-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/right-inactive.xpm new file mode 120000 index 0000000..6734f48 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-active.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-active.png new file mode 100644 index 0000000..6f52a53 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-active.xpm new file mode 100644 index 0000000..3a29e38 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-active.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"20 24 14 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #878787", +"$ c #8E8E8E", +"% c #848484", +"& c #7C7C7C", +"* c #8C8C8C", +"= c #727272", +"- c #959595", +"; c #5E5E5E", +"> c #909090", +", c #EAEAEA", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@#$@@@@@@@@@", +"@@@@@@@@%&&$@@@@@@@@", +"@@@@@@@*=*-=-@@@@@@@", +"@@@@@@*;***>;>@@@@@@", +"@@@@@@,,,**,,,@@@@@@", +"@@@@@@@@@**@@@@@@@@@", +"@@@@@@@@@**@@@@@@@@@", +"@@@@@@@@@**@@@@@@@@@", +"@@@@@@@@@,,@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-inactive.png new file mode 100644 index 0000000..6f52a53 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..18676b5 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-inactive.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"20 24 14 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #CACACA", +"$ c #CCCCCC", +"% c #C9C9C9", +"& c #C6C6C6", +"* c #CDCDCD", +"= c #C4C4C4", +"- c #CFCFCF", +"; c #B5B5B5", +"> c #C5C5C5", +", c #EAEAEA", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@#$@@@@@@@@@", +"@@@@@@@@%&&*@@@@@@@@", +"@@@@@@@$=&&=-@@@@@@@", +"@@@@@@=;>&&>;>@@@@@@", +"@@@@@@,,,&&,,,@@@@@@", +"@@@@@@@@@&&@@@@@@@@@", +"@@@@@@@@@&&@@@@@@@@@", +"@@@@@@@@@--@@@@@@@@@", +"@@@@@@@@@,,@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-prelight.png new file mode 100644 index 0000000..6f52a53 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-prelight.xpm new file mode 100644 index 0000000..8cbb6b4 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-prelight.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"20 24 14 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #5A5A5A", +"$ c #616161", +"% c #575757", +"& c #4E4E4E", +"* c #5F5F5F", +"= c #454545", +"- c #696969", +"; c #343434", +"> c #646464", +", c #EAEAEA", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@#$@@@@@@@@@", +"@@@@@@@@%&&$@@@@@@@@", +"@@@@@@@*=*-=-@@@@@@@", +"@@@@@@*;***>;>@@@@@@", +"@@@@@@,,,**,,,@@@@@@", +"@@@@@@@@@**@@@@@@@@@", +"@@@@@@@@@**@@@@@@@@@", +"@@@@@@@@@**@@@@@@@@@", +"@@@@@@@@@,,@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-pressed.png new file mode 100644 index 0000000..6f52a53 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-pressed.xpm new file mode 100644 index 0000000..6221e22 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-pressed.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"20 24 23 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #70A2C8", +"$ c #77A7CA", +"% c #6F9FC3", +"& c #6599C0", +"* c #7BA6C7", +"= c #7AA3C4", +"- c #5B90B9", +"; c #6599C1", +"> c #669AC1", +", c #84ABCA", +"' c #83A6C1", +") c #5188B2", +"! c #88A8C3", +"~ c #EAEBEC", +"{ c #E1E8EC", +"] c #E8EAED", +"^ c #6FA1C8", +"/ c #8BB5D5", +"( c #91BBDA", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@#$@@@@@@@@@", +"@@@@@@@@%&&*@@@@@@@@", +"@@@@@@@=-;>-,@@@@@@@", +"@@@@@@')!;;!)!@@@@@@", +"@@@@@@~{];;]]~@@@@@@", +"@@@@@@@@@^^@@@@@@@@@", +"@@@@@@@@@//@@@@@@@@@", +"@@@@@@@@@((@@@@@@@@@", +"@@@@@@@@@]]@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-active.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-active.png new file mode 100644 index 0000000..45e1e35 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-active.xpm new file mode 100644 index 0000000..8431c55 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * shade_toggled_active_xpm[] = { +"20 24 20 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #909090", +"$ c #7C7C7C", +"% c #8C8C8C", +"& c #5E5E5E", +"* c #EAEAEA", +"= c #727272", +"- c #959595", +"; c #ECECEC", +"> c #E4E4E4", +", c #848484", +"' c #8E8E8E", +") c #D4D4D4", +"! c #878787", +"~ c #E3E3E3", +"{ c #BDBDBD", +"] c #D8D8D8", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@%&#$$#&#@@@@@@", +"@@@@@@*%=$$=-;@@@@@@", +"@@@@@@@>,$$'*@@@@@@@", +"@@@@@@@@)!'~@@@@@@@@", +"@@@@@@@@@{]@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-inactive.png new file mode 100644 index 0000000..28a2626 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 0000000..f89634c --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * shade_toggled_inactive_xpm[] = { +"20 24 19 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #CFCFCF", +"$ c #C6C6C6", +"% c #C4C4C4", +"& c #B5B5B5", +"* c #C5C5C5", +"= c #E7E7E7", +"- c #CCCCCC", +"; c #E6E6E6", +"> c #C9C9C9", +", c #CDCDCD", +"' c #E8E8E8", +") c #E3E3E3", +"! c #CACACA", +"~ c #DBDBDB", +"{ c #E4E4E4", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@%&*$$*&*@@@@@@", +"@@@@@@=-%$$%#=@@@@@@", +"@@@@@@@;>$$,'@@@@@@@", +"@@@@@@@@)!-;@@@@@@@@", +"@@@@@@@@@~{@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-prelight.png new file mode 100644 index 0000000..45e1e35 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 0000000..5201be3 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,48 @@ +/* XPM */ +static char * shade_toggled_prelight_xpm[] = { +"20 24 21 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #646464", +"$ c #5F5F5F", +"% c #343434", +"& c #EAEAEA", +"* c #454545", +"= c #696969", +"- c #ECECEC", +"; c #E4E4E4", +"> c #575757", +", c #4E4E4E", +"' c #616161", +") c #D4D4D4", +"! c #5A5A5A", +"~ c #E3E3E3", +"{ c #DFDFDF", +"] c #BDBDBD", +"^ c #D8D8D8", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@$%####%#@@@@@@", +"@@@@@@&$*##*=-@@@@@@", +"@@@@@@@;>,,'&@@@@@@@", +"@@@@@@@@)!'~{@@@@@@@", +"@@@@@@@@@]^@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-pressed.png new file mode 100644 index 0000000..45e1e35 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-pressed.xpm new file mode 100644 index 0000000..7bff593 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * shade_toggled_pressed_xpm[] = { +"20 24 23 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #85ADCC", +"$ c #669BC3", +"% c #84A8C3", +"& c #528AB5", +"* c #89AAC5", +"= c #EBECED", +"- c #7BA5C7", +"; c #5C92BC", +"> c #E1E8ED", +", c #70A1C6", +"' c #7CA8CA", +") c #E8EBEE", +"! c #CEDEEA", +"~ c #71A4CB", +"{ c #78A9CD", +"] c #E0E8EE", +"^ c #DFDFDF", +"/ c #B3CDE3", +"( c #D0E0EB", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@##@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@@@@$$@@@@@@@@@", +"@@@@@@%&*$$*&*@@@@@@", +"@@@@@@=-;$$;#=@@@@@@", +"@@@@@@@>,$$')@@@@@@@", +"@@@@@@@@!~{]^@@@@@@@", +"@@@@@@@@@/(@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-active.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-active.png new file mode 100644 index 0000000..9aaea2d Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-active.xpm new file mode 100644 index 0000000..0718f13 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"20 24 10 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #707070", +"$ c #ECECEC", +"% c #767676", +"& c #7A7A7A", +"* c #7E7E7E", +"= c #868686", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##$$$$##@@@@@@", +"@@@@@@%%@@@@%%@@@@@@", +"@@@@@@&&@@@@&&@@@@@@", +"@@@@@@**@@@@**@@@@@@", +"@@@@@@$======$@@@@@@", +"@@@@@@@$====$@@@@@@@", +"@@@@@@@@$$$$@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-inactive.png new file mode 100644 index 0000000..9aaea2d Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..b8c59d7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-inactive.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"20 24 24 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #BCBCBC", +"$ c #BCBDBD", +"% c #BCBDBC", +"& c #BDBCBC", +"* c #BFBFC0", +"= c #C0C0BF", +"- c #ECECEC", +"; c #BFC0C0", +"> c #BFBFBF", +", c #C2C2C2", +"' c #C3C2C2", +") c #C5C5C5", +"! c #C5C5C6", +"~ c #C9C9C8", +"{ c #C8C9C8", +"] c #C8C8C8", +"^ c #C9C8C8", +"/ c #CBCCCB", +"( c #CBCBCB", +"_ c #CECECE", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@$%#%&#@@@@@@@", +"@@@@@@*=----;>@@@@@@", +"@@@@@@,,@@@@''@@@@@@", +"@@@@@@)!@@@@!!@@@@@@", +"@@@@@@~{@@@@]^@@@@@@", +"@@@@@@-//(((/-@@@@@@", +"@@@@@@@-____-@@@@@@@", +"@@@@@@@@----@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-prelight.png new file mode 100644 index 0000000..9aaea2d Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-prelight.xpm new file mode 100644 index 0000000..a470655 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-prelight.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * stick_prelight_xpm[] = { +"20 24 10 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #434343", +"$ c #ECECEC", +"% c #494949", +"& c #4C4C4C", +"* c #505050", +"= c #595959", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@######@@@@@@@", +"@@@@@@##$$$$##@@@@@@", +"@@@@@@%%@@@@%%@@@@@@", +"@@@@@@&&@@@@&&@@@@@@", +"@@@@@@**@@@@**@@@@@@", +"@@@@@@$======$@@@@@@", +"@@@@@@@$====$@@@@@@@", +"@@@@@@@@$$$$@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-pressed.png new file mode 100644 index 0000000..9aaea2d Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-pressed.xpm new file mode 100644 index 0000000..1e52e21 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-pressed.xpm @@ -0,0 +1,52 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"20 24 25 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #5189B5", +"$ c #5189B6", +"% c #5289B5", +"& c #528AB6", +"* c #518AB5", +"= c #5B90BB", +"- c #5A91BC", +"; c #ECECEC", +"> c #5A91BB", +", c #6398C1", +"' c #6298C1", +") c #6B9FC8", +"! c #6B9FC7", +"~ c #74A6CE", +"{ c #73A6CD", +"] c #74A7CE", +"^ c #7BADD3", +"/ c #7CADD3", +"( c #7CAED3", +"_ c #7CAED4", +": c #84B4D9", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@####@@@@@@@@", +"@@@@@@@$%&*$&@@@@@@@", +"@@@@@@=-;;;;>>@@@@@@", +"@@@@@@,'@@@@,,@@@@@@", +"@@@@@@)!@@@@!!@@@@@@", +"@@@@@@~{@@@@{]@@@@@@", +"@@@@@@;^//(_/;@@@@@@", +"@@@@@@@;::::;@@@@@@@", +"@@@@@@@@;;;;@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-active.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-active.png new file mode 100644 index 0000000..0797a2c Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-active.xpm new file mode 100644 index 0000000..a3a58f0 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"20 24 10 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #707070", +"$ c #ECECEC", +"% c #767676", +"& c #7A7A7A", +"* c #7E7E7E", +"= c #868686", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@@##@@##@@@@@@", +"@@@@@@@###@####@@@@@", +"@@@@@@##$$@##$$@@@@@", +"@@@@@@%%@@%$$@@@@@@@", +"@@@@@@&&@@$@&&@@@@@@", +"@@@@@@**@@@@**@@@@@@", +"@@@@@@$======$@@@@@@", +"@@@@@@@$====$@@@@@@@", +"@@@@@@@@$$$$@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-inactive.png new file mode 100644 index 0000000..0797a2c Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 0000000..0973e81 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,47 @@ +/* XPM */ +static char * stick_toggled_inactive_xpm[] = { +"20 24 20 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #BCBCBC", +"$ c #BCBDBD", +"% c #BCBDBC", +"& c #BFBFC0", +"* c #C0C0BF", +"= c #ECECEC", +"- c #C2C2C2", +"; c #C5C5C5", +"> c #C5C5C6", +", c #C9C9C8", +"' c #C8C9C8", +") c #C8C8C8", +"! c #C9C8C8", +"~ c #CBCCCB", +"{ c #CBCBCB", +"] c #CECECE", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@@##@@##@@@@@@", +"@@@@@@@$%#@%%%%@@@@@", +"@@@@@@&*==@**==@@@@@", +"@@@@@@--@@-==@@@@@@@", +"@@@@@@;>@@=@>>@@@@@@", +"@@@@@@,'@@@@)!@@@@@@", +"@@@@@@=~~{{{~=@@@@@@", +"@@@@@@@=]]]]=@@@@@@@", +"@@@@@@@@====@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-prelight.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-prelight.png new file mode 100644 index 0000000..0797a2c Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-prelight.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-prelight.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 0000000..cb98e29 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"20 24 10 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #434343", +"$ c #ECECEC", +"% c #494949", +"& c #4C4C4C", +"* c #505050", +"= c #595959", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@@##@@##@@@@@@", +"@@@@@@@###@####@@@@@", +"@@@@@@##$$@##$$@@@@@", +"@@@@@@%%@@%$$@@@@@@@", +"@@@@@@&&@@$@&&@@@@@@", +"@@@@@@**@@@@**@@@@@@", +"@@@@@@$======$@@@@@@", +"@@@@@@@$====$@@@@@@@", +"@@@@@@@@$$$$@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-pressed.png b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-pressed.png new file mode 100644 index 0000000..0797a2c Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-pressed.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-pressed.xpm b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-pressed.xpm new file mode 100644 index 0000000..b61bd6e --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1,50 @@ +/* XPM */ +static char * stick_toggled_pressed_xpm[] = { +"20 24 23 1", +" c None", +". c #8D8D8D", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"# c #5189B5", +"$ c #5189B6", +"% c #5289B5", +"& c #528AB6", +"* c #5B90BB", +"= c #5A91BC", +"- c #ECECEC", +"; c #6398C1", +"> c #6298C1", +", c #6B9FC8", +"' c #6B9FC7", +") c #74A6CE", +"! c #73A6CD", +"~ c #74A7CE", +"{ c #7BADD3", +"] c #7CADD3", +"^ c #7CAED3", +"/ c #7CAED4", +"( c #84B4D9", +"....................", +"++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@#@@@@@@@", +"@@@@@@@@##@@##@@@@@@", +"@@@@@@@$%&@$$$$@@@@@", +"@@@@@@*=--@==--@@@@@", +"@@@@@@;>@@>--@@@@@@@", +"@@@@@@,'@@-@''@@@@@@", +"@@@@@@)!@@@@!~@@@@@@", +"@@@@@@-{]]^/]-@@@@@@", +"@@@@@@@-((((-@@@@@@@", +"@@@@@@@@----@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/themerc b/usr/share/themes/Lubuntu-default/xfwm4/themerc new file mode 100644 index 0000000..deb51a3 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/themerc @@ -0,0 +1,24 @@ +# Author: Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at> +# Modified by: Marcelo Aguero <marceloaguero@gmail.com> +# Modified again by: Simon Steinbeiß <simon.steinbeiss@elfenbeinturm.at> +# Author of original metacity theme: elementart Art Team +# Greybird theme for xfwm4 using GTK color pickup. +# License: GPL +# Date: January 2011 + +active_text_color=#686868 +active_text_shadow_color=#ececec +inactive_text_color=#bbbbbb +inactive_text_shadow_color=#ececec +title_shadow_active=true +title_shadow_inactive=true +full_width_title=true +title_vertical_offset_active=2 +title_vertical_offset_inactive=2 +button_offset=4 +button_spacing=2 +shadow_delta_height=2 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=-10 +shadow_opacity=50 diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-1-active.png b/usr/share/themes/Lubuntu-default/xfwm4/title-1-active.png new file mode 100644 index 0000000..22b5cc9 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/title-1-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-1-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..0207b14 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-1-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"2 24 4 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"..", +"++", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-1-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/title-1-inactive.png new file mode 100644 index 0000000..742ab73 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/title-1-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-1-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-1-inactive.xpm new file mode 100644 index 0000000..86f7ce0 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-1-inactive.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"2 24 4 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE s active_color_2", +"..", +"++", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@", +"@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-2-active.png b/usr/share/themes/Lubuntu-default/xfwm4/title-2-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-2-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-2-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-2-active.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-2-active.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-2-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/title-2-inactive.png new file mode 120000 index 0000000..6cd8713 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-2-inactive.png @@ -0,0 +1 @@ +title-1-inactive.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-2-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-2-inactive.xpm new file mode 120000 index 0000000..b5c58ae --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-1-inactive.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-3-active.png b/usr/share/themes/Lubuntu-default/xfwm4/title-3-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-3-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-3-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-3-active.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-3-active.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-3-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/title-3-inactive.png new file mode 120000 index 0000000..6cd8713 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-3-inactive.png @@ -0,0 +1 @@ +title-1-inactive.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-3-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-3-inactive.xpm new file mode 120000 index 0000000..b5c58ae --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-1-inactive.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-4-active.png b/usr/share/themes/Lubuntu-default/xfwm4/title-4-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-4-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-4-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-4-active.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-4-active.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-4-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/title-4-inactive.png new file mode 120000 index 0000000..6cd8713 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-4-inactive.png @@ -0,0 +1 @@ +title-1-inactive.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-4-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-4-inactive.xpm new file mode 120000 index 0000000..b5c58ae --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-1-inactive.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-5-active.png b/usr/share/themes/Lubuntu-default/xfwm4/title-5-active.png new file mode 120000 index 0000000..b4aa42b --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-5-active.png @@ -0,0 +1 @@ +title-1-active.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-5-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-5-active.xpm new file mode 120000 index 0000000..def55f7 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-5-active.xpm @@ -0,0 +1 @@ +title-1-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-5-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/title-5-inactive.png new file mode 120000 index 0000000..6cd8713 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-5-inactive.png @@ -0,0 +1 @@ +title-1-inactive.png \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/title-5-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/title-5-inactive.xpm new file mode 120000 index 0000000..b5c58ae --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-1-inactive.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-left-active.png b/usr/share/themes/Lubuntu-default/xfwm4/top-left-active.png new file mode 100644 index 0000000..3cc2643 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/top-left-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-left-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/top-left-active.xpm new file mode 100644 index 0000000..0966eeb --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/top-left-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"8 24 4 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE", +"........", +".+++++++", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@", +".@@@@@@@"}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-left-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/top-left-inactive.png new file mode 100644 index 0000000..3cc2643 Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/top-left-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-left-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/top-left-inactive.xpm new file mode 120000 index 0000000..0517526 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm \ No newline at end of file diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-right-active.png b/usr/share/themes/Lubuntu-default/xfwm4/top-right-active.png new file mode 100644 index 0000000..a3051de Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/top-right-active.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-right-active.xpm b/usr/share/themes/Lubuntu-default/xfwm4/top-right-active.xpm new file mode 100644 index 0000000..aefd1bd --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/top-right-active.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"8 24 4 1", +" c None", +". c #939393", +"+ c #FFFFFF", +"@ c #DEDEDE", +"........", +"+++++++.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@.", +"@@@@@@@."}; diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-right-inactive.png b/usr/share/themes/Lubuntu-default/xfwm4/top-right-inactive.png new file mode 100644 index 0000000..a3051de Binary files /dev/null and b/usr/share/themes/Lubuntu-default/xfwm4/top-right-inactive.png differ diff --git a/usr/share/themes/Lubuntu-default/xfwm4/top-right-inactive.xpm b/usr/share/themes/Lubuntu-default/xfwm4/top-right-inactive.xpm new file mode 120000 index 0000000..42cae62 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm \ No newline at end of file