Skip to content

Commit 98c9a5d

Browse files
authored
Merge pull request #3263 from gthb/patch-1
Fix copy-paste mistake in bat.1.in
2 parents 2ff2a81 + 96ea42e commit 98c9a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/manual/bat.1.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR
180180
.HP
181181
\fB\-\-theme\-light\fR <theme>
182182
.IP
183-
Sets the theme name for syntax highlighting used when the terminal uses a dark background.
184-
To set a default theme, add the \fB\-\-theme-dark="..."\fP option to the configuration file or
183+
Sets the theme name for syntax highlighting used when the terminal uses a light background.
184+
To set a default theme, add the \fB\-\-theme-light="..."\fP option to the configuration file or
185185
export the \fBBAT_THEME_LIGHT\fP environment variable (e.g. \fBexport BAT_THEME_LIGHT="..."\fP).
186186
This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR or \fBlight\fR.
187187
.HP

0 commit comments

Comments
 (0)