1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-05-29 12:36:27 +01:00

Merge pull request from gthb/patch-1

Fix copy-paste mistake in bat.1.in
This commit is contained in:
Keith Hall 2025-04-15 21:55:35 +03:00 committed by GitHub
commit 98c9a5d948
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 <theme>
.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