Index: Makefile
===================================================================
--- Makefile (revision 190)
+++ Makefile (revision 191)
@@ -16,6 +16,7 @@
patches = $(CURDIR)/patches/openbox-3.6.1-mkdir-autostart.patch
patches += $(CURDIR)/patches/openbox-3.6.1-xdg-autostart.patch
+patches += $(CURDIR)/patches/openbox-3.6.1-darkred-theme.patch
.NOTPARALLEL: $(patches)
@@ -52,6 +53,7 @@
@echo -e "\n======= Create Patches =======\n" ; \
( cd create-3.6.1-mkdir-autostart-patch ; ./create.patch.sh ) ; \
( cd create-3.6.1-xdg-autostart-patch ; ./create.patch.sh ) ; \
+ ( cd create-3.6.1-darkred-theme-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: