From a48157159a011a3a85ad40f5a293e8f24285a26e Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 21 Oct 2023 10:12:35 +0100 Subject: [PATCH] refactor: change alert color to green The code in the `alert.sh` file has been refactored to change the alert color from blue to green. This change updates the `alertcolourhex` and `alertcolourdec` variables accordingly. --- lgsm/modules/alert.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/modules/alert.sh b/lgsm/modules/alert.sh index 68486f2334..785c7ae205 100644 --- a/lgsm/modules/alert.sh +++ b/lgsm/modules/alert.sh @@ -169,9 +169,9 @@ fn_alert_wipe() { alertemoji="🧹" alertsound="1" alertmessage="${selfname} has been wiped." - # Blue - alertcolourhex="#1e90ff" - alertcolourdec="2003199" + # Green + alertcolourhex="#00cd00" + alertcolourdec="52480" } fn_alert_info() {