diff --git a/nekofetch b/nekofetch index eb6d9b5..6addebb 100755 --- a/nekofetch +++ b/nekofetch @@ -26,7 +26,7 @@ curl -fsSLo "$tmpfile.jpg" "$url" if [ "$TERM" = "xterm-kitty" ]; then neofetch --kitty "$tmpfile.jpg" else - jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile" + jp2a --colors --color-depth=8 --height="$height" "$tmpfile.jpg" > "$tmpfile" neofetch --source "$tmpfile" fi