From f8f26453ae5d87c03bc4f9a5fb727dfb889dda06 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 28 Mar 2017 08:49:46 +1100 Subject: [PATCH] Ascii: [Arch] Use brighter colors --- neofetch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neofetch b/neofetch index 8c6bf261..5d480cef 100755 --- a/neofetch +++ b/neofetch @@ -2801,12 +2801,12 @@ get_distro_colors() { ;; "arch_small") - set_colors 4 7 1 + set_colors 6 7 1 ascii_file="arch_small" ;; "arch_old") - set_colors 4 7 1 + set_colors 6 7 1 ascii_file="arch_old" ;; @@ -2816,7 +2816,7 @@ get_distro_colors() { ;; "Arch"*) - set_colors 4 4 7 1 + set_colors 6 6 7 1 ascii_file="arch" ;;