From a6e847e267aa254a6dea7c3b5ebb37fdfd11781b Mon Sep 17 00:00:00 2001 From: Gunnlaugur Thor Briem Date: Thu, 10 Apr 2025 10:56:19 +0000 Subject: [PATCH] Fix copy-paste mistake in bat.1.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `--theme-light` documentation says “dark” in two places where it should say “light” (presumably copy-pasted from the `--theme-dark` documentation) --- assets/manual/bat.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/manual/bat.1.in b/assets/manual/bat.1.in index ccc70629..4dc51148 100644 --- a/assets/manual/bat.1.in +++ b/assets/manual/bat.1.in @@ -180,8 +180,8 @@ This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR .HP \fB\-\-theme\-light\fR .IP -Sets the theme name for syntax highlighting used when the terminal uses a dark background. -To set a default theme, add the \fB\-\-theme-dark="..."\fP option to the configuration file or +Sets the theme name for syntax highlighting used when the terminal uses a light background. +To set a default theme, add the \fB\-\-theme-light="..."\fP option to the configuration file or export the \fBBAT_THEME_LIGHT\fP environment variable (e.g. \fBexport BAT_THEME_LIGHT="..."\fP). This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR or \fBlight\fR. .HP