From 1cbefd68957491db65f502f2cb63d56a6f0cad06 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 27 May 2019 12:19:57 +0200 Subject: Menta: add selectable metacity theme with borders This will add a second selectable theme for using without compositor and invisible borders. --- .../BlueMenta-border/metacity-1/Makefile.am | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 desktop-themes/BlueMenta-border/metacity-1/Makefile.am (limited to 'desktop-themes/BlueMenta-border/metacity-1/Makefile.am') diff --git a/desktop-themes/BlueMenta-border/metacity-1/Makefile.am b/desktop-themes/BlueMenta-border/metacity-1/Makefile.am new file mode 100644 index 00000000..1d2aae1f --- /dev/null +++ b/desktop-themes/BlueMenta-border/metacity-1/Makefile.am @@ -0,0 +1,33 @@ +themedir = $(datadir)/themes/BlueMenta/metacity-1 + +theme_DATA = \ + close_focused_normal.svg \ + close_focused_prelight.svg \ + close_focused_pressed.svg \ + close_unfocused_prelight.svg \ + close_unfocused.svg \ + maximize_focused_normal.svg \ + maximize_focused_prelight.svg \ + maximize_focused_pressed.svg \ + maximize_unfocused_prelight.svg \ + maximize_unfocused.svg \ + menu.png \ + menu_prelight.png \ + metacity-theme-1.xml \ + metacity-theme-2.xml \ + metacity-theme-3.xml \ + minimize_focused_normal.svg \ + minimize_focused_prelight.svg \ + minimize_focused_pressed.svg \ + minimize_unfocused_prelight.svg \ + minimize_unfocused.svg \ + trough_left.png \ + trough_middle.png \ + trough_right.png \ + unmaximize_focused_normal.svg \ + unmaximize_focused_prelight.svg \ + unmaximize_focused_pressed.svg \ + unmaximize_unfocused_prelight.svg \ + unmaximize_unfocused.svg + +EXTRA_DIST = $(theme_DATA) -- cgit v1.2.1