diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-05-30 02:57:54 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-05-30 03:42:20 -0400 |
commit | 32089a086a1e9abf328e4c430c5af675eeaf35e0 (patch) | |
tree | ba202a7e87d408dc72840cceb77c304b933e5493 | |
parent | b995a0a97150747ce7180f0a41d9f463e6f76336 (diff) |
finishing touches
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Makefile | 5 |
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 @@ -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;) |