From 5ab7542ad7994da4b210a4f1b1b677b205a9061d Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sun, 8 Nov 2015 00:00:00 +0100 Subject: Blue-Submarine: add emerald theme --- configure.ac | 1 + desktop-themes/Blue-Submarine/Makefile.am | 2 ++ desktop-themes/Blue-Submarine/emerald/Makefile.am | 6 ++++++ .../Blue-Submarine/emerald/blue-submarine.emerald | Bin 0 -> 241944 bytes 4 files changed, 9 insertions(+) create mode 100644 desktop-themes/Blue-Submarine/emerald/Makefile.am create mode 100644 desktop-themes/Blue-Submarine/emerald/blue-submarine.emerald diff --git a/configure.ac b/configure.ac index 431ebb67..1e0f10d8 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,7 @@ desktop-themes/BlueMenta/unity/Makefile desktop-themes/BlueMenta/xfwm4/Makefile desktop-themes/Blue-Submarine/Makefile desktop-themes/Blue-Submarine/cinnamon/Makefile +desktop-themes/Blue-Submarine/emerald/Makefile desktop-themes/Blue-Submarine/gtk-2.0/Makefile desktop-themes/Blue-Submarine/gtk-2.0/apps/Makefile desktop-themes/Blue-Submarine/gtk-2.0/apps/Handles/Makefile diff --git a/desktop-themes/Blue-Submarine/Makefile.am b/desktop-themes/Blue-Submarine/Makefile.am index 9eec3c19..99e477f7 100644 --- a/desktop-themes/Blue-Submarine/Makefile.am +++ b/desktop-themes/Blue-Submarine/Makefile.am @@ -8,12 +8,14 @@ EXTRA_DIST = $(theme_DATA) SUBDIRS = \ cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 DIST_SUBDIRS = \ cinnamon \ + emerald \ gtk-2.0 \ gtk-3.0 \ metacity-1 diff --git a/desktop-themes/Blue-Submarine/emerald/Makefile.am b/desktop-themes/Blue-Submarine/emerald/Makefile.am new file mode 100644 index 00000000..a2700cc9 --- /dev/null +++ b/desktop-themes/Blue-Submarine/emerald/Makefile.am @@ -0,0 +1,6 @@ + +themedir = $(datadir)/themes/Blue-Submarine/emerald + +theme_DATA = blue-submarine.emerald + +EXTRA_DIST = $(theme_DATA) diff --git a/desktop-themes/Blue-Submarine/emerald/blue-submarine.emerald b/desktop-themes/Blue-Submarine/emerald/blue-submarine.emerald new file mode 100644 index 00000000..356ccd56 Binary files /dev/null and b/desktop-themes/Blue-Submarine/emerald/blue-submarine.emerald differ -- cgit v1.2.1