prin: Revert bold fix
This commit is contained in:
parent
6ada4c7fb8
commit
00f22df3c8
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2599,7 +2599,7 @@ setcolors() {
|
|||
|
||||
color() {
|
||||
case "$1" in
|
||||
[0-6]) printf "%b%s" "${reset}${bold}\033[3${1}m" ;;
|
||||
[0-6]) printf "%b%s" "${reset}\033[3${1}m" ;;
|
||||
7 | "fg") printf "%b%s" "$reset" ;;
|
||||
*) printf "%b%s" "\033[38;5;${1}m" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue