diff options
author | Dany Marcoux <dmarcoux@posteo.de> | 2020-03-03 17:11:05 +0100 |
---|---|---|
committer | Dany Marcoux <dmarcoux@posteo.de> | 2020-03-03 17:14:00 +0100 |
commit | daaee4dd154c7eefa16fe35230a7ddeef6d1b329 (patch) | |
tree | 16df74bcb8feb1f11ad36fa4dc6651ba45707830 /doc | |
parent | 90705ac0c685ac54606a56511d73d0b96b9a1d9c (diff) | |
download | ranger-daaee4dd154c7eefa16fe35230a7ddeef6d1b329.tar.gz |
Refer to the correct environment variable for selecting a theme for bat
Closes #1866
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index ee6cfe8c..50d6bb0f 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1869,8 +1869,8 @@ the \*(L"S\*(R" key. Defaults to \*(L"/bin/sh\*(R". .IX Item "TERMCMD" Defines the terminal emulator command that ranger is going to use with the :terminal command and the \*(L"t\*(R" run flag. Defaults to \*(L"xterm\*(R". -.IP "\s-1BAT_STYLE\s0" 8 -.IX Item "BAT_STYLE" +.IP "\s-1BAT_THEME\s0" 8 +.IX Item "BAT_THEME" Specifies the theme to be used for syntax highlighting when \fIbat\fR is installed, unless \fIhighlight\fR is also installed. Find out possible values by running \f(CW\*(C`bat \-\-list\-themes\*(C'\fR. diff --git a/doc/ranger.pod b/doc/ranger.pod index 7f40a3aa..3f41467d 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -2057,7 +2057,7 @@ the "S" key. Defaults to "/bin/sh". Defines the terminal emulator command that ranger is going to use with the :terminal command and the "t" run flag. Defaults to "xterm". -=item BAT_STYLE +=item BAT_THEME Specifies the theme to be used for syntax highlighting when I<bat> is installed, unless I<highlight> is also installed. Find out possible values by |