ranger previews now use xresources colors

This commit is contained in:
Luke Smith 2018-07-08 13:28:01 -04:00
parent cfc0bc8f9d
commit 8e1afed644

View file

@ -100,7 +100,7 @@ case "$mimetype" in
text/* | */xml)
if [ "$(tput colors)" -ge 256 ]; then
pygmentize_format=terminal256
highlight_format=xterm256
highlight_format=ansi
else
pygmentize_format=terminal
highlight_format=ansi