From 97558d328e927bd7aded8defba01684aec6cdc2a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 21 Mar 2015 03:28:56 +0100 Subject: drop broken theme fix https://github.com/mate-desktop/mate-themes/issues/81 --- desktop-themes/Shiny/unity/Makefile.am | 34 --------------------- desktop-themes/Shiny/unity/close.png | Bin 716 -> 0 bytes .../Shiny/unity/close_focused_normal.png | Bin 716 -> 0 bytes .../Shiny/unity/close_focused_prelight.png | Bin 695 -> 0 bytes .../Shiny/unity/close_focused_pressed.png | Bin 677 -> 0 bytes desktop-themes/Shiny/unity/close_unfocused.png | Bin 669 -> 0 bytes .../Shiny/unity/close_unfocused_prelight.png | Bin 669 -> 0 bytes .../Shiny/unity/close_unfocused_pressed.png | Bin 669 -> 0 bytes desktop-themes/Shiny/unity/maximize.png | Bin 452 -> 0 bytes .../Shiny/unity/maximize_focused_normal.png | Bin 452 -> 0 bytes .../Shiny/unity/maximize_focused_prelight.png | Bin 453 -> 0 bytes .../Shiny/unity/maximize_focused_pressed.png | Bin 442 -> 0 bytes desktop-themes/Shiny/unity/maximize_unfocused.png | Bin 412 -> 0 bytes .../Shiny/unity/maximize_unfocused_prelight.png | Bin 412 -> 0 bytes .../Shiny/unity/maximize_unfocused_pressed.png | Bin 412 -> 0 bytes desktop-themes/Shiny/unity/minimize.png | Bin 405 -> 0 bytes .../Shiny/unity/minimize_focused_normal.png | Bin 405 -> 0 bytes .../Shiny/unity/minimize_focused_prelight.png | Bin 406 -> 0 bytes .../Shiny/unity/minimize_focused_pressed.png | Bin 403 -> 0 bytes desktop-themes/Shiny/unity/minimize_unfocused.png | Bin 370 -> 0 bytes .../Shiny/unity/minimize_unfocused_prelight.png | Bin 370 -> 0 bytes .../Shiny/unity/minimize_unfocused_pressed.png | Bin 370 -> 0 bytes desktop-themes/Shiny/unity/unmaximize.png | Bin 438 -> 0 bytes .../Shiny/unity/unmaximize_focused_normal.png | Bin 438 -> 0 bytes .../Shiny/unity/unmaximize_focused_prelight.png | Bin 447 -> 0 bytes .../Shiny/unity/unmaximize_focused_pressed.png | Bin 424 -> 0 bytes .../Shiny/unity/unmaximize_unfocused.png | Bin 429 -> 0 bytes .../Shiny/unity/unmaximize_unfocused_prelight.png | Bin 429 -> 0 bytes .../Shiny/unity/unmaximize_unfocused_pressed.png | Bin 429 -> 0 bytes 29 files changed, 34 deletions(-) delete mode 100644 desktop-themes/Shiny/unity/Makefile.am delete mode 100644 desktop-themes/Shiny/unity/close.png delete mode 100644 desktop-themes/Shiny/unity/close_focused_normal.png delete mode 100644 desktop-themes/Shiny/unity/close_focused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/close_focused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/close_unfocused.png delete mode 100644 desktop-themes/Shiny/unity/close_unfocused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/close_unfocused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/maximize.png delete mode 100644 desktop-themes/Shiny/unity/maximize_focused_normal.png delete mode 100644 desktop-themes/Shiny/unity/maximize_focused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/maximize_focused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/maximize_unfocused.png delete mode 100644 desktop-themes/Shiny/unity/maximize_unfocused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/maximize_unfocused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/minimize.png delete mode 100644 desktop-themes/Shiny/unity/minimize_focused_normal.png delete mode 100644 desktop-themes/Shiny/unity/minimize_focused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/minimize_focused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/minimize_unfocused.png delete mode 100644 desktop-themes/Shiny/unity/minimize_unfocused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/minimize_unfocused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize_focused_normal.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize_focused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize_focused_pressed.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize_unfocused.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize_unfocused_prelight.png delete mode 100644 desktop-themes/Shiny/unity/unmaximize_unfocused_pressed.png (limited to 'desktop-themes/Shiny/unity') diff --git a/desktop-themes/Shiny/unity/Makefile.am b/desktop-themes/Shiny/unity/Makefile.am deleted file mode 100644 index 165ecf5c..00000000 --- a/desktop-themes/Shiny/unity/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ - -themedir = $(datadir)/themes/Shiny/unity - -theme_DATA = \ - close_focused_normal.png \ - close_focused_prelight.png \ - close_focused_pressed.png \ - close.png \ - close_unfocused.png \ - close_unfocused_prelight.png \ - close_unfocused_pressed.png \ - maximize_focused_normal.png \ - maximize_focused_prelight.png \ - maximize_focused_pressed.png \ - maximize.png \ - maximize_unfocused.png \ - maximize_unfocused_prelight.png \ - maximize_unfocused_pressed.png \ - minimize_focused_normal.png \ - minimize_focused_prelight.png \ - minimize_focused_pressed.png \ - minimize.png \ - minimize_unfocused.png \ - minimize_unfocused_prelight.png \ - minimize_unfocused_pressed.png \ - unmaximize_focused_normal.png \ - unmaximize_focused_prelight.png \ - unmaximize_focused_pressed.png \ - unmaximize.png \ - unmaximize_unfocused.png \ - unmaximize_unfocused_prelight.png \ - unmaximize_unfocused_pressed.png - -EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/Shiny/unity/close.png b/desktop-themes/Shiny/unity/close.png deleted file mode 100644 index 81e13cdd..00000000 Binary files a/desktop-themes/Shiny/unity/close.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/close_focused_normal.png b/desktop-themes/Shiny/unity/close_focused_normal.png deleted file mode 100644 index 7ff43660..00000000 Binary files a/desktop-themes/Shiny/unity/close_focused_normal.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/close_focused_prelight.png b/desktop-themes/Shiny/unity/close_focused_prelight.png deleted file mode 100644 index 67e08a64..00000000 Binary files a/desktop-themes/Shiny/unity/close_focused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/close_focused_pressed.png b/desktop-themes/Shiny/unity/close_focused_pressed.png deleted file mode 100644 index c965123d..00000000 Binary files a/desktop-themes/Shiny/unity/close_focused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/close_unfocused.png b/desktop-themes/Shiny/unity/close_unfocused.png deleted file mode 100644 index f7114c41..00000000 Binary files a/desktop-themes/Shiny/unity/close_unfocused.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/close_unfocused_prelight.png b/desktop-themes/Shiny/unity/close_unfocused_prelight.png deleted file mode 100644 index ab39d2e7..00000000 Binary files a/desktop-themes/Shiny/unity/close_unfocused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/close_unfocused_pressed.png b/desktop-themes/Shiny/unity/close_unfocused_pressed.png deleted file mode 100644 index 534aa6d6..00000000 Binary files a/desktop-themes/Shiny/unity/close_unfocused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize.png b/desktop-themes/Shiny/unity/maximize.png deleted file mode 100644 index 94260053..00000000 Binary files a/desktop-themes/Shiny/unity/maximize.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize_focused_normal.png b/desktop-themes/Shiny/unity/maximize_focused_normal.png deleted file mode 100644 index ff24a191..00000000 Binary files a/desktop-themes/Shiny/unity/maximize_focused_normal.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize_focused_prelight.png b/desktop-themes/Shiny/unity/maximize_focused_prelight.png deleted file mode 100644 index 6ce8924a..00000000 Binary files a/desktop-themes/Shiny/unity/maximize_focused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize_focused_pressed.png b/desktop-themes/Shiny/unity/maximize_focused_pressed.png deleted file mode 100644 index 5bccf8b9..00000000 Binary files a/desktop-themes/Shiny/unity/maximize_focused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize_unfocused.png b/desktop-themes/Shiny/unity/maximize_unfocused.png deleted file mode 100644 index dbdd9c3a..00000000 Binary files a/desktop-themes/Shiny/unity/maximize_unfocused.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize_unfocused_prelight.png b/desktop-themes/Shiny/unity/maximize_unfocused_prelight.png deleted file mode 100644 index c6e128dc..00000000 Binary files a/desktop-themes/Shiny/unity/maximize_unfocused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/maximize_unfocused_pressed.png b/desktop-themes/Shiny/unity/maximize_unfocused_pressed.png deleted file mode 100644 index e54da7dc..00000000 Binary files a/desktop-themes/Shiny/unity/maximize_unfocused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize.png b/desktop-themes/Shiny/unity/minimize.png deleted file mode 100644 index 7ccb058d..00000000 Binary files a/desktop-themes/Shiny/unity/minimize.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize_focused_normal.png b/desktop-themes/Shiny/unity/minimize_focused_normal.png deleted file mode 100644 index 3f430b5b..00000000 Binary files a/desktop-themes/Shiny/unity/minimize_focused_normal.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize_focused_prelight.png b/desktop-themes/Shiny/unity/minimize_focused_prelight.png deleted file mode 100644 index e62cda10..00000000 Binary files a/desktop-themes/Shiny/unity/minimize_focused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize_focused_pressed.png b/desktop-themes/Shiny/unity/minimize_focused_pressed.png deleted file mode 100644 index ef754e54..00000000 Binary files a/desktop-themes/Shiny/unity/minimize_focused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize_unfocused.png b/desktop-themes/Shiny/unity/minimize_unfocused.png deleted file mode 100644 index 4f26cbb9..00000000 Binary files a/desktop-themes/Shiny/unity/minimize_unfocused.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize_unfocused_prelight.png b/desktop-themes/Shiny/unity/minimize_unfocused_prelight.png deleted file mode 100644 index c0cc28b3..00000000 Binary files a/desktop-themes/Shiny/unity/minimize_unfocused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/minimize_unfocused_pressed.png b/desktop-themes/Shiny/unity/minimize_unfocused_pressed.png deleted file mode 100644 index 4fb472da..00000000 Binary files a/desktop-themes/Shiny/unity/minimize_unfocused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize.png b/desktop-themes/Shiny/unity/unmaximize.png deleted file mode 100644 index 53f7b242..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize_focused_normal.png b/desktop-themes/Shiny/unity/unmaximize_focused_normal.png deleted file mode 100644 index 1dd9a031..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize_focused_normal.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize_focused_prelight.png b/desktop-themes/Shiny/unity/unmaximize_focused_prelight.png deleted file mode 100644 index da3dd331..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize_focused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize_focused_pressed.png b/desktop-themes/Shiny/unity/unmaximize_focused_pressed.png deleted file mode 100644 index 62ebe5fc..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize_focused_pressed.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize_unfocused.png b/desktop-themes/Shiny/unity/unmaximize_unfocused.png deleted file mode 100644 index c87a5e7a..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize_unfocused.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize_unfocused_prelight.png b/desktop-themes/Shiny/unity/unmaximize_unfocused_prelight.png deleted file mode 100644 index 751c9e50..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize_unfocused_prelight.png and /dev/null differ diff --git a/desktop-themes/Shiny/unity/unmaximize_unfocused_pressed.png b/desktop-themes/Shiny/unity/unmaximize_unfocused_pressed.png deleted file mode 100644 index 4ba2d77f..00000000 Binary files a/desktop-themes/Shiny/unity/unmaximize_unfocused_pressed.png and /dev/null differ -- cgit v1.2.1