From b6a178ab01e6d956e445c222039ccee670bf3d7d Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 16 May 2016 19:05:54 +1000 Subject: [PATCH] Use fg color for title if white. Fixes #250 --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index aae0a56e..0aad0af2 100755 --- a/neofetch +++ b/neofetch @@ -2618,6 +2618,7 @@ setcolors () { # If the second color is white use the first for the subtitle [ "$2" == 7 ] && subtitle_color="\033[0m\033[3${1}m" + [ "$1" == 7 ] && title_color="\033[0m" else title_color="$(color ${colors[0]})" at_color="$(color ${colors[1]})"