From 3e3584a9cbfad011dbbbc6ddb707c9743d587db4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Jul 2015 16:55:41 +0200 Subject: add gtk-2/3 BlueSubmarine and Green-Submarine themes from mate-themes-extras --- .../Blue-Submarine/gtk-2.0/assets/Makefile.am | 32 ++++++ .../assets/checkbox-checked-insensitive.png | Bin 0 -> 487 bytes .../gtk-2.0/assets/checkbox-checked.png | Bin 0 -> 784 bytes .../gtk-2.0/assets/checkbox-mixed-insensitive.png | Bin 0 -> 345 bytes .../gtk-2.0/assets/checkbox-mixed.png | Bin 0 -> 495 bytes .../assets/checkbox-unchecked-insensitive.png | Bin 0 -> 295 bytes .../gtk-2.0/assets/checkbox-unchecked.png | Bin 0 -> 411 bytes .../Blue-Submarine/gtk-2.0/assets/handle.png | Bin 0 -> 186 bytes .../gtk-2.0/assets/notebook-gap-bottom.png | Bin 0 -> 159 bytes .../gtk-2.0/assets/notebook-gap-left.png | Bin 0 -> 85 bytes .../gtk-2.0/assets/notebook-gap-right.png | Bin 0 -> 84 bytes .../gtk-2.0/assets/notebook-gap-top.png | Bin 0 -> 158 bytes .../Blue-Submarine/gtk-2.0/assets/notebook.png | Bin 0 -> 227 bytes .../Blue-Submarine/gtk-2.0/assets/null.png | Bin 0 -> 142 bytes .../gtk-2.0/assets/radio-mixed-insensitive.png | Bin 0 -> 544 bytes .../Blue-Submarine/gtk-2.0/assets/radio-mixed.png | Bin 0 -> 705 bytes .../gtk-2.0/assets/radio-selected-insensitive.png | Bin 0 -> 572 bytes .../gtk-2.0/assets/radio-selected.png | Bin 0 -> 863 bytes .../assets/radio-unselected-insensitive.png | Bin 0 -> 506 bytes .../gtk-2.0/assets/radio-unselected.png | Bin 0 -> 639 bytes .../Blue-Submarine/gtk-2.0/assets/resize-grip.png | Bin 0 -> 411 bytes .../Blue-Submarine/gtk-2.0/assets/resize-grip.svg | 117 +++++++++++++++++++++ .../gtk-2.0/assets/scroll-background.png | Bin 0 -> 155 bytes .../gtk-2.0/assets/slider-horizontal.png | Bin 0 -> 828 bytes .../gtk-2.0/assets/slider-vertical.png | Bin 0 -> 3458 bytes .../Blue-Submarine/gtk-2.0/assets/toolbar.png | Bin 0 -> 214 bytes 26 files changed, 149 insertions(+) create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/handle.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-bottom.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-left.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-right.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-top.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/null.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected-insensitive.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.png create mode 100644 desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.svg create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/scroll-background.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-horizontal.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-vertical.png create mode 100755 desktop-themes/Blue-Submarine/gtk-2.0/assets/toolbar.png (limited to 'desktop-themes/Blue-Submarine/gtk-2.0/assets') diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am b/desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am new file mode 100644 index 00000000..e4c05a58 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/assets/Makefile.am @@ -0,0 +1,32 @@ + +themedir = $(datadir)/themes/Blue-Submarine/gtk-2.0/assets + +theme_DATA = \ + checkbox-checked-insensitive.png \ + checkbox-checked.png \ + checkbox-mixed-insensitive.png \ + checkbox-mixed.png \ + checkbox-unchecked-insensitive.png \ + checkbox-unchecked.png \ + handle.png \ + notebook-gap-bottom.png \ + notebook-gap-left.png \ + notebook-gap-right.png \ + notebook-gap-top.png \ + notebook.png \ + null.png \ + radio-mixed-insensitive.png \ + radio-mixed.png \ + radio-selected-insensitive.png \ + radio-selected.png \ + radio-unselected-insensitive.png \ + radio-unselected.png \ + resize-grip.png \ + resize-grip.svg \ + scroll-background.png \ + slider-horizontal.png \ + slider-vertical.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png new file mode 100755 index 00000000..3ae980fe Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked-insensitive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked.png new file mode 100755 index 00000000..5187e82f Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-checked.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png new file mode 100755 index 00000000..a4c2e3ee Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed-insensitive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed.png new file mode 100755 index 00000000..5b366af0 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-mixed.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png new file mode 100755 index 00000000..e27c7f93 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked-insensitive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked.png new file mode 100755 index 00000000..f4c65107 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/checkbox-unchecked.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/handle.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/handle.png new file mode 100755 index 00000000..51978aed Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/handle.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-bottom.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-bottom.png new file mode 100755 index 00000000..70fffda8 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-bottom.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-left.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-left.png new file mode 100755 index 00000000..747c57b1 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-left.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-right.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-right.png new file mode 100755 index 00000000..04fd5dc4 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-right.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-top.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-top.png new file mode 100755 index 00000000..138f1cd9 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook-gap-top.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook.png new file mode 100755 index 00000000..e8f03f69 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/notebook.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/null.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/null.png new file mode 100755 index 00000000..a7627448 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/null.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png new file mode 100755 index 00000000..bc8e1b65 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed-insensitive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed.png new file mode 100755 index 00000000..60c5b72e Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-mixed.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected-insensitive.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected-insensitive.png new file mode 100755 index 00000000..741b2e57 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected-insensitive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected.png new file mode 100755 index 00000000..1ca9711b Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-selected.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png new file mode 100755 index 00000000..44f80c55 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected-insensitive.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected.png new file mode 100755 index 00000000..6a80d6fe Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/radio-unselected.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.png new file mode 100644 index 00000000..387ec181 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.svg b/desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.svg new file mode 100644 index 00000000..fa1f5872 --- /dev/null +++ b/desktop-themes/Blue-Submarine/gtk-2.0/assets/resize-grip.svg @@ -0,0 +1,117 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/scroll-background.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/scroll-background.png new file mode 100755 index 00000000..dbe3655a Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/scroll-background.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-horizontal.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-horizontal.png new file mode 100755 index 00000000..975822cc Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-horizontal.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-vertical.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-vertical.png new file mode 100755 index 00000000..f27c3faa Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/slider-vertical.png differ diff --git a/desktop-themes/Blue-Submarine/gtk-2.0/assets/toolbar.png b/desktop-themes/Blue-Submarine/gtk-2.0/assets/toolbar.png new file mode 100755 index 00000000..364f8962 Binary files /dev/null and b/desktop-themes/Blue-Submarine/gtk-2.0/assets/toolbar.png differ -- cgit v1.2.1