Skip to content

Commit

Permalink
refactor: change alert color to green
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgibbs64 committed Oct 21, 2023
1 parent 233afd3 commit a481571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lgsm/modules/alert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a481571

Please sign in to comment.