style: make the banner text colored

so it shows on white/black background
This commit is contained in:
2026-08-24 19:24:29 +02:00
committed by duan_j
parent b984a36f7c
commit 3192fd2388
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+1 -1
View File
@@ -22,7 +22,7 @@ def main():
basedir = os.path.dirname(__file__)
icon_path = os.path.join(basedir, "graphics/aaregui_logo.svg")
# SVG looks strange on consoles...only show one line
banner_path = os.path.join(basedir, "graphics/aare_banner.png")
banner_path = os.path.join(basedir, "graphics/aare_banner_blue.png")
except Exception:
logger.exception("Failed to load resources for splash screen")
sys.exit(1)