change uki bmp to archboot blue color code

This commit is contained in:
Tobias Powalowski 2023-02-07 15:03:18 +01:00
parent 384e3292db
commit eaf7e892c2
2 changed files with 7 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0-only
# Created by Tobias Powalowski <tpowa@archlinux.org>
convert ../grub/archboot-background.png -monochrome archboot-background-mono.bmp
convert archboot-background-mono.bmp -fill '#0189FD' -opaque white -colors 2 archboot-background.bmp
rm archboot-background-mono.bmp