summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-08 13:28:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-08 13:28:01 -0400
commit8e1afed6444658c85d4a77e86071dbb0da839b61 (patch)
tree3d056af03ca05294f725c240d09d77037e5c0355
parentcfc0bc8f9d2affcc257417b462064d65a7a306bd (diff)
downloadeibhear-8e1afed6444658c85d4a77e86071dbb0da839b61.tar.gz
eibhear-8e1afed6444658c85d4a77e86071dbb0da839b61.tar.zst
eibhear-8e1afed6444658c85d4a77e86071dbb0da839b61.zip
ranger previews now use xresources colors
-rwxr-xr-x.config/ranger/scope.sh2
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