mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	Update help, man page and completions
This commit is contained in:
		
							
								
								
									
										19
									
								
								assets/manual/bat.1.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								assets/manual/bat.1.in
									
									
									
									
										vendored
									
									
								
							| @@ -155,20 +155,35 @@ will use JSON syntax, and ignore '.dev' | ||||
| Set the theme for syntax highlighting. Use \fB\-\-list\-themes\fP to see all available themes. | ||||
| To set a default theme, add the \fB\-\-theme="..."\fP option to the configuration file or | ||||
| export the \fBBAT_THEME\fP environment variable (e.g.: \fBexport BAT_THEME="..."\fP). | ||||
|  | ||||
| Special values: | ||||
| .RS | ||||
| .IP "auto (\fIdefault\fR)" | ||||
| Picks a dark or light theme depending on the terminal's colors. | ||||
| Use \fB-\-theme\-light\fR and \fB-\-theme\-dark\fR to customize the selected theme. | ||||
| .IP "auto:always" | ||||
| Variation of \fBauto\fR where where the terminal's colors are detected even when the output is redirected. | ||||
| .IP "auto:system (macOS only)" | ||||
| Variation of \fBauto\fR where the color scheme is detected from the system-wide preference instead. | ||||
| .IP "dark" | ||||
| Use the dark theme specified by \fB-\-theme-dark\fR. | ||||
| .IP "light" | ||||
| Use the light theme specified by \fB-\-theme-light\fR. | ||||
| .RE | ||||
| .HP | ||||
| \fB\-\-theme\-dark\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 | ||||
| export the \fBBAT_THEME_DARK\fP environment variable (e.g. \fBexport BAT_THEME_DARK="..."\fP). | ||||
| This option is ignored if \fB\-\-theme\fP option is set. | ||||
| This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR or \fBdark\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 | ||||
| export the \fBBAT_THEME_LIGHT\fP environment variable (e.g. \fBexport BAT_THEME_LIGHT="..."\fP). | ||||
| This option is ignored if \fB\-\-theme\fP option is set. | ||||
| This option only has an effect when \fB\-\-theme\fP option is set to \fBauto\fR or \fBlight\fR. | ||||
| .HP | ||||
| \fB\-\-list\-themes\fR | ||||
| .IP | ||||
|   | ||||
		Reference in New Issue
	
	Block a user