diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 13:28:01 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-08 13:28:01 -0400 |
| commit | 8e1afed6444658c85d4a77e86071dbb0da839b61 (patch) | |
| tree | 3d056af03ca05294f725c240d09d77037e5c0355 /.config/ranger/scope.sh | |
| parent | cfc0bc8f9d2affcc257417b462064d65a7a306bd (diff) | |
| download | eibhear-8e1afed6444658c85d4a77e86071dbb0da839b61.tar.gz eibhear-8e1afed6444658c85d4a77e86071dbb0da839b61.tar.zst eibhear-8e1afed6444658c85d4a77e86071dbb0da839b61.zip | |
ranger previews now use xresources colors
Diffstat (limited to '.config/ranger/scope.sh')
| -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 |
