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:
parent
d250dcaff6
commit
f8a1228cfe
2
pfetch
2
pfetch
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user