diff options
Diffstat (limited to '.config/ranger')
| -rwxr-xr-x | .config/ranger/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index a0fb2ec..e207a4f 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -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 |
