From 4e232433842791dbdca541f21bda27c51afae4a8 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:15:17 +0800 Subject: [PATCH] [O] Colorize secureblue (#434) --- neofetch | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/neofetch b/neofetch index 1ee49ec2..2ff160a4 100755 --- a/neofetch +++ b/neofetch @@ -15701,28 +15701,28 @@ EOF ;; "secureblue"*) - set_colors 12 13 + set_colors 12 7 read -rd '' ascii_data <<'EOF' - ==++++++++++ - :========++++++++++++: - ===============+++++++++++ - ====================++++++++++ - :=============#%@@%*=====++++++++- - -============%@%+++*@@*=======+++++= - -============%@#======@@==========+++- - =============%@+======@@==============. ---=========*@@@@@@@@@@@@@@@%+==========- -------=====%@@@@@@@@@@@@@@@@*=========== ----------==%@@@@@@@%%@@@@@@@*=========== -:----------%@@@@@#===+%@@@@@*==========- - ----------%@@@@@%*==*@@@@@@*==========. - :---------%@@@@@@@@@@@@@@@@*=========- - :--------%@@@@@@@@@@@@@@@@*========- - :--------###############+========: - -------------------------====- - -------------------------- - .--------------------. - ------------ +${c1} ==++++++++++ +${c1} :========++++++++++++: +${c1} ===============+++++++++++ +${c1} ====================++++++++++ +${c1} :=============${c2}#%@@%*${c1}=====++++++++- +${c1} -============${c2}%@%+++*@@*${c1}=======+++++= +${c1} -============${c2}%@#${c1}======${c2}@@${c1}==========+++- +${c1} =============${c2}%@+${c1}======${c2}@@${c1}==============. +${c1}--=========${c2}*@@@@@@@@@@@@@@@%${c1}+==========- +${c1}------=====${c2}%@@@@@@@@@@@@@@@@*${c1}=========== +${c1}---------==${c2}%@@@@@@@%%@@@@@@@*${c1}=========== +${c1}:----------${c2}%@@@@@#${c1}===${c2}+%@@@@@*${c1}==========- +${c1} ----------${c2}%@@@@@%*${c1}==${c2}*@@@@@@*${c1}==========. +${c1} :---------${c2}%@@@@@@@@@@@@@@@@*${c1}=========- +${c1} :--------${c2}%@@@@@@@@@@@@@@@@*${c1}========- +${c1} :--------${c2}###############+${c1}========: +${c1} -------------------------====- +${c1} -------------------------- +${c1} .--------------------. +${c1} ------------ EOF ;;