summaryrefslogtreecommitdiff
path: root/softwaves-theme
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2016-11-09 23:31:28 +0000
committerAurélien COUDERC <zecoucou@free.fr>2016-11-09 23:31:28 +0000
commitcfe0cd284fabe78fce9dbe071cdf97ad4bbe8467 (patch)
tree1f03c5bb3ff3da8004ac3e08beefb504c3837501 /softwaves-theme
parent3da0f5d5d14cf553226ac8ccdd717e0bcea3abcd (diff)
Include GRUB text/background colors in the theme pack / alternatives system. (Closes: #606383)
Diffstat (limited to 'softwaves-theme')
-rw-r--r--softwaves-theme/grub/Makefile2
-rw-r--r--softwaves-theme/grub/grub_background.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/softwaves-theme/grub/Makefile b/softwaves-theme/grub/Makefile
index d952960..3a47ff0 100644
--- a/softwaves-theme/grub/Makefile
+++ b/softwaves-theme/grub/Makefile
@@ -11,7 +11,7 @@ clean:
install:
install -d $(DESTDIR)/$(dir)
- $(INSTALL) $(wildcard *.png) $(DESTDIR)/$(dir)
+ $(INSTALL) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
grub-4x3.png: grub-4x3.svg
rsvg-convert $< > $@
diff --git a/softwaves-theme/grub/grub_background.sh b/softwaves-theme/grub/grub_background.sh
new file mode 100644
index 0000000..c7ba469
--- /dev/null
+++ b/softwaves-theme/grub/grub_background.sh
@@ -0,0 +1,3 @@
+WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
+COLOR_NORMAL=white/black
+COLOR_HIGHLIGHT=black/white