Browse Source

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.
pull/4345/head
Daniel Gibbs 2 years ago
parent
commit
a48157159a
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 6
      lgsm/modules/alert.sh

6
lgsm/modules/alert.sh

@ -169,9 +169,9 @@ fn_alert_wipe() {
alertemoji="🧹" alertemoji="🧹"
alertsound="1" alertsound="1"
alertmessage="${selfname} has been wiped." alertmessage="${selfname} has been wiped."
# Blue # Green
alertcolourhex="#1e90ff" alertcolourhex="#00cd00"
alertcolourdec="2003199" alertcolourdec="52480"
} }
fn_alert_info() { fn_alert_info() {

Loading…
Cancel
Save