From 334b2a993a939df10c2aeb6fd484498b31a73bb7 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 a0fb2ec0..e207a4f5 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