mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
ranger previews now use xresources colors
This commit is contained in:
parent
cfc0bc8f9d
commit
8e1afed644
@ -100,7 +100,7 @@ case "$mimetype" in
|
|||||||
text/* | */xml)
|
text/* | */xml)
|
||||||
if [ "$(tput colors)" -ge 256 ]; then
|
if [ "$(tput colors)" -ge 256 ]; then
|
||||||
pygmentize_format=terminal256
|
pygmentize_format=terminal256
|
||||||
highlight_format=xterm256
|
highlight_format=ansi
|
||||||
else
|
else
|
||||||
pygmentize_format=terminal
|
pygmentize_format=terminal
|
||||||
highlight_format=ansi
|
highlight_format=ansi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user