From 8e1afed6444658c85d4a77e86071dbb0da839b61 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 8 Jul 2018 13:28:01 -0400 Subject: [PATCH] ranger previews now use xresources colors --- .config/ranger/scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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