style: make the banner text colored
CI / lint (push) Skipped
CI / test (3.11) (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Canceled after 8s
CI / test (3.11) (pull_request) Canceled after 6s
CI / test (3.12) (pull_request) Canceled after 3s
CI / test (3.13) (pull_request) Canceled after 1s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Canceled after 0s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Canceled after 0s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Canceled after 0s
CI / test-with-coverage (pull_request) Canceled after 0s
CI / coverage-analysis (pull_request) Canceled after 0s

so it shows on white/black background
This commit is contained in:
2026-08-22 02:41:12 +02:00
parent 5217c6def9
commit 93fddd7a1b
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)