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
1 changed files with 1 additions and 1 deletions
2
pfetch
2
pfetch
|
@ -150,7 +150,7 @@ log() {
|
|||
|
||||
# Print the info data, color it and strip all leading whitespace
|
||||
# from the string.
|
||||
esc_p SGR "3${PF_COL2-7}"
|
||||
esc_p SGR "3${PF_COL2-9}"
|
||||
printf '%s' "$info"
|
||||
esc_p SGR 0
|
||||
printf '\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue