diff options
-rwxr-xr-x | files/ranger/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ranger/scope.sh b/files/ranger/scope.sh index 8ba84e0..65cb9f6 100755 --- a/files/ranger/scope.sh +++ b/files/ranger/scope.sh @@ -110,7 +110,7 @@ case "$mimetype" in highlight_format=ansi fi try safepipe highlight --out-format=${highlight_format} "$path" && { dump | trim; exit 5; } - try safepipe pygmentize -f ${pygmentize_format} "$path" && { dump | trim; exit 5; } + try safepipe pygmentize -f ${pygmentize_format} -O "style=rrt" "$path" && { dump | trim; exit 5; } exit 2;; # Ascii-previews of images: image/*) |