From 18e780f7049c5e8296464122bfe99efa7baefa7a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 16 May 2020 09:55:40 +0000 Subject: [PATCH] Uses the right colors now. --- arch-config/.config/neofetch/config.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch-config/.config/neofetch/config.conf b/arch-config/.config/neofetch/config.conf index 3f2990df..97fe06f0 100644 --- a/arch-config/.config/neofetch/config.conf +++ b/arch-config/.config/neofetch/config.conf @@ -449,8 +449,8 @@ mpc_args=() # Example: # colors=(distro) - Text is colored based on Distro colors. # colors=(4 6 1 8 8 6) - Text is colored in the order above. -#colors=(distro) -colors=(55 55 55 55 5 5) +colors=(distro) +#colors=(55 55 55 55 5 5) # Text Options @@ -684,8 +684,8 @@ ascii_distro="auto" # Example: # ascii_colors=(distro) - Ascii is colored based on Distro colors. # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. -#ascii_colors=(distro) -ascii_colors=(55 53 55 53 55 53) +ascii_colors=(distro) +#ascii_colors=(55 53 55 53 55 53) #5=pink #55=purple #53=purple/red