From ca80ba46b1485c8e996f516290ecced7d3020889 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 18 Apr 2015 19:15:34 +0200 Subject: GreenLaguna GTK3: use builtin icons for csd window controls --- .../GreenLaguna/gtk-3.0/window-controls/Makefile.am | 18 ++++++++++++++++++ .../gtk-3.0/window-controls/button-close-focus.png | Bin 0 -> 1106 bytes .../gtk-3.0/window-controls/button-max-focus.png | Bin 0 -> 1112 bytes .../gtk-3.0/window-controls/button-max-focus1.png | Bin 0 -> 1112 bytes .../gtk-3.0/window-controls/button-min-focus.png | Bin 0 -> 1110 bytes .../gtk-3.0/window-controls/menu-button-pressed.png | Bin 0 -> 1102 bytes .../GreenLaguna/gtk-3.0/window-controls/neutral.png | Bin 0 -> 1075 bytes .../window-controls/unabove-button-unfocus.png | Bin 0 -> 1110 bytes .../gtk-3.0/window-controls/unabove-button.png | Bin 0 -> 1110 bytes .../GreenLaguna/gtk-3.0/window-controls/unfocus.png | Bin 0 -> 1055 bytes .../GreenLaguna/gtk-3.0/window-controls/yellow.png | Bin 0 -> 1102 bytes 11 files changed, 18 insertions(+) create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-close-focus.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus1.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-min-focus.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/menu-button-pressed.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/neutral.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button-unfocus.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/unfocus.png create mode 100644 desktop-themes/GreenLaguna/gtk-3.0/window-controls/yellow.png (limited to 'desktop-themes/GreenLaguna/gtk-3.0/window-controls') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am new file mode 100644 index 00000000..0d3aa937 --- /dev/null +++ b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/Makefile.am @@ -0,0 +1,18 @@ +THEME_NAME=GreenLaguna + +themedir = $(datadir)/themes/$(THEME_NAME)/gtk-3.0/window-controls + +theme_DATA = \ + button-close-focus.png + button-max-focus1.png + button-max-focus.png + button-min-focus.png + menu-button-pressed.png + neutral.png + unabove-button.png + unabove-button-unfocus.png + unfocus.png + yellow.png + +EXTRA_DIST = $(theme_DATA) + diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-close-focus.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-close-focus.png new file mode 100644 index 00000000..3297f854 Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-close-focus.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus.png new file mode 100644 index 00000000..6b93868c Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus1.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus1.png new file mode 100644 index 00000000..6b93868c Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-max-focus1.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-min-focus.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-min-focus.png new file mode 100644 index 00000000..b44cde4c Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/button-min-focus.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/menu-button-pressed.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/menu-button-pressed.png new file mode 100644 index 00000000..b15b508a Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/menu-button-pressed.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/neutral.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/neutral.png new file mode 100644 index 00000000..8b224eca Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/neutral.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button-unfocus.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button-unfocus.png new file mode 100644 index 00000000..b44cde4c Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button-unfocus.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button.png new file mode 100644 index 00000000..b44cde4c Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unabove-button.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unfocus.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unfocus.png new file mode 100644 index 00000000..247739d7 Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/unfocus.png differ diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls/yellow.png b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/yellow.png new file mode 100644 index 00000000..b15b508a Binary files /dev/null and b/desktop-themes/GreenLaguna/gtk-3.0/window-controls/yellow.png differ -- cgit v1.2.1