summaryrefslogtreecommitdiffstats
path: root/src/options/theme.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-10-04 13:34:19 -0400
committerDan Davison <dandavison7@gmail.com>2020-10-04 13:34:19 -0400
commit31e2661cde45c573be727f6d30e0c24a0983b12f (patch)
tree8f9d41aebfcc530820df26b6325b83521ac8e8e0 /src/options/theme.rs
parent166d31a7d3ad410243405451cd2e0bd910f32c6e (diff)
Support DELTA_PAGER env var
Diffstat (limited to 'src/options/theme.rs')
-rw-r--r--src/options/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index 8dc235e0..909b29f8 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -65,7 +65,7 @@ fn is_no_syntax_highlighting_syntax_theme_name(theme_name: &str) -> bool {
///
/// Basically:
/// 1. The theme is specified by the `--theme` option. If this isn't supplied then it is specified
-/// by the `BAT_PAGER` environment variable.
+/// by the `BAT_THEME` environment variable.
/// 2. Light vs dark mode is specified by the `--light` or `--dark` options. If these aren't
/// supplied then it is inferred from the chosen theme.
///