aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKylie McClain <somasis@exherbo.org>2015-05-30 02:57:54 -0400
committerKylie McClain <somasis@exherbo.org>2015-05-30 03:42:20 -0400
commit32089a086a1e9abf328e4c430c5af675eeaf35e0 (patch)
treeba202a7e87d408dc72840cceb77c304b933e5493
parentb995a0a97150747ce7180f0a41d9f463e6f76336 (diff)
finishing touches
-rw-r--r--.gitmodules3
-rw-r--r--Makefile5
2 files changed, 3 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules
index 9284999..93974ac 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "zuki-themes"]
- path = zuki-themes
- url = https://github.com/lassekongo83/zuki-themes.git
[submodule "numix-themes"]
path = numix-themes
url = https://github.com/shimmerproject/Numix
diff --git a/Makefile b/Makefile
index 3574365..da9c094 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,8 @@ Shiki-%:
@echo "Generating $@ from $(BASE)..."
cp -r $(BASE) $@
sed -i $@/gtk-2.0/gtkrc $@/gtk-3.0/gtk.css \
- -e 's/#d64937/#$($@_selected)/g'
+ -e 's/#d64937/#$($@_selected)/g' \
+ -e 's/#2d2d2d/#212121/g'
generate:
$(foreach COLOR,$(COLORS),make Shiki-$(COLOR);)
@@ -52,4 +53,4 @@ install:
mkdir -p $(DESTDIR)$(PREFIX)/share/plank/themes
cp -r Shiki-Colors-* $(DESTDIR)$(PREFIX)/share/themes
cp -r plank/* $(DESTDIR)$(PREFIX)/share/plank/themes
- $(foreach COLOR,$(COLORS),cp -r Shiki-$(COLOR) $(DESTDIR)$(PREFIX)/share/themes/Shiki-$(COLOR);)
+ $(foreach COLOR,$(COLORS),cp -r Shiki-$(COLOR) $(DESTDIR)$(PREFIX)/share/themes;)