summaryrefslogtreecommitdiff
path: root/lines-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 /lines-theme
parent3da0f5d5d14cf553226ac8ccdd717e0bcea3abcd (diff)
Include GRUB text/background colors in the theme pack / alternatives system. (Closes: #606383)
Diffstat (limited to 'lines-theme')
-rw-r--r--lines-theme/grub/Makefile2
-rw-r--r--lines-theme/grub/grub_background.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/lines-theme/grub/Makefile b/lines-theme/grub/Makefile
index 79be3aa..fd8077f 100644
--- a/lines-theme/grub/Makefile
+++ b/lines-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/lines-theme/grub/grub_background.sh b/lines-theme/grub/grub_background.sh
new file mode 100644
index 0000000..c7ba469
--- /dev/null
+++ b/lines-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