From 2ed028b0aa265d0ec6eb7e94c04e2e674a42577e Mon Sep 17 00:00:00 2001 From: timvisee Date: Sat, 8 Sep 2018 22:56:04 +0200 Subject: [PATCH] Use base16 atelier dune theme for highlighting in ranger --- ranger/scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/scope.sh b/ranger/scope.sh index 13a25b4..8934bb3 100755 --- a/ranger/scope.sh +++ b/ranger/scope.sh @@ -36,7 +36,7 @@ FILE_EXTENSION_LOWER=$(echo ${FILE_EXTENSION} | tr '[:upper:]' '[:lower:]') # Settings HIGHLIGHT_SIZE_MAX=262143 # 256KiB HIGHLIGHT_TABWIDTH=8 -HIGHLIGHT_STYLE='pablo' +HIGHLIGHT_STYLE='base16-atelier-dune' PYGMENTIZE_STYLE='autumn'