]> git.ipfire.org Git - artwork.git/commitdiff
bios: Make the background black master
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Jun 2026 10:08:48 +0000 (11:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Jun 2026 10:08:48 +0000 (11:08 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile

index 98838b7c3d4832e12e28294d88225ee7cb8c5060..13e405472f0d60323ab373da28efee6b3413cfdd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ OBJECTS += \
 # Colors
 PRIMARY = ff2e52
 DARK    = 363636
+BLACK   = 000000
 WHITE   = ffffff
 
 # rsvg-convert command line
@@ -182,10 +183,10 @@ standard/favicon.svg: favicon-standalone.svg
        $(TO_INVERTED)
 
 # BIOS Boot Logo
-bios/boot-logo.bmp: logo-standalone.svg
+bios/boot-logo.bmp: logo-inverted-standalone.svg
        mkdir -p $(dir $@) && \
        $(RSVG_CONVERT) --width=360 $< | \
-       $(MAGICK) - -background "#$(WHITE)" -gravity center -extent 800x600 \
+       $(MAGICK) - -background "#$(BLACK)" -gravity center -extent 800x600 \
                -alpha remove -alpha off -type TrueColor BMP3:$@
 
 .PHONY: clean