pfetch: change default PF_COL2 from 7 to 9

This commit changes the default PF_COL2 from 7 (white)
to 9 (default terminal color). Fixes #147.
This commit is contained in:
fisher 2021-10-05 10:48:41 -05:00
parent d250dcaff6
commit f8a1228cfe

2
pfetch
View File

@ -150,7 +150,7 @@ log() {
# Print the info data, color it and strip all leading whitespace # Print the info data, color it and strip all leading whitespace
# from the string. # from the string.
esc_p SGR "3${PF_COL2-7}" esc_p SGR "3${PF_COL2-9}"
printf '%s' "$info" printf '%s' "$info"
esc_p SGR 0 esc_p SGR 0
printf '\n' printf '\n'