From 69ddcfdf2ef51c16ab5fc70951e2036e512560db Mon Sep 17 00:00:00 2001 From: Manuel <146331681+imanubdesigner@users.noreply.github.com> Date: Fri, 1 May 2026 16:37:34 +0200 Subject: [PATCH] Updated interface color configuration to RRGGBB format (#5471) Migrated branding and help text color definitions to the new hexadecimal RRGGBB format in accordance with the latest Limine specifications. This update also introduces the interface_help_colour_bright parameter to ensure consistent visual aesthetics during the auto-boot sequence. For the time being, a green palette has been implemented to maintain the traditional visual identity of Omarchy. Co-authored-by: David Heinemeier Hansson --- default/limine/limine.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default/limine/limine.conf b/default/limine/limine.conf index 787d7053..33eb1110 100644 --- a/default/limine/limine.conf +++ b/default/limine/limine.conf @@ -2,7 +2,9 @@ #timeout: 3 default_entry: 2 interface_branding: Omarchy Bootloader -interface_branding_color: 9ece6a +interface_branding_colour: 9ece6a +interface_help_colour: 9ece6a +interface_help_colour_bright: 9ece6a hash_mismatch_panic: no term_background: 1a1b26