From 42bcad1b02d3b510809bb11b6be9ad01afc29d51 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 6 Nov 2016 20:12:25 +1100 Subject: [PATCH] Misc: Fix bold=off not working --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index ee953bb3..3eef6684 100755 --- a/neofetch +++ b/neofetch @@ -2640,10 +2640,10 @@ setcolors() { c6="$(color "$6")${ascii_bold}" if [ "${colors[0]}" == "distro" ]; then - title_color="$c1" + title_color="$(color "$1")" at_color="$reset" underline_color="$reset" - subtitle_color="$c2" + subtitle_color="$(color "$2")" colon_color="$reset" info_color="$reset"