From 1fd6cd5b00d3c082e0985c5457897fd19c7666e5 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 29 Mar 2016 19:48:25 +1100 Subject: [PATCH] If the title color is white then use foreground color --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 8ad7ae7b..818b1a8c 100755 --- a/neofetch +++ b/neofetch @@ -2328,6 +2328,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="\033[0m\033[3${colors[0]}m" at_color="\033[0m\033[3${colors[1]}m"