Include GRUB text/background colors in the theme pack / alternatives system. (Closes: #606383)
This commit is contained in:
@@ -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 $< > $@
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
|
||||
COLOR_NORMAL=white/black
|
||||
COLOR_HIGHLIGHT=black/white
|
||||
Reference in New Issue
Block a user