diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | pfetch | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ PF_COL1=4 # Color of info data: # Default: unset (auto) # Valid: 0-9 -PF_COL2=7 +PF_COL2=9 # Color of title data: # Default: unset (auto) @@ -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' |
