mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-29 22:14:27 +02:00
Fix copy-paste mistake in bat.1.in
The `--theme-light` documentation says “dark” in two places where it should say “light” (presumably copy-pasted from the `--theme-dark` documentation)
This commit is contained in:
parent
2f70906665
commit
a6e847e267
4
assets/manual/bat.1.in
vendored
4
assets/manual/bat.1.in
vendored
@ -180,8 +180,8 @@ This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR
|
|||||||
.HP
|
.HP
|
||||||
\fB\-\-theme\-light\fR <theme>
|
\fB\-\-theme\-light\fR <theme>
|
||||||
.IP
|
.IP
|
||||||
Sets the theme name for syntax highlighting used when the terminal uses a dark background.
|
Sets the theme name for syntax highlighting used when the terminal uses a light background.
|
||||||
To set a default theme, add the \fB\-\-theme-dark="..."\fP option to the configuration file or
|
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).
|
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.
|
This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR or \fBlight\fR.
|
||||||
.HP
|
.HP
|
||||||
|
Loading…
Reference in New Issue
Block a user