mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Update README
This commit is contained in:
		@@ -129,9 +129,10 @@ some dependencies to be built.
 | 
				
			|||||||
### Highlighting theme
 | 
					### Highlighting theme
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Use `bat --list-themes` to get a list of all available themes for syntax
 | 
					Use `bat --list-themes` to get a list of all available themes for syntax
 | 
				
			||||||
highlighting. To select the `TwoDark` theme, for example, call `bat` with
 | 
					highlighting. To select the `TwoDark` theme, call `bat` with the
 | 
				
			||||||
the `--theme=TwoDark` option. Use `alias bat="bat --theme=TwoDark"` in your
 | 
					`--theme=TwoDark` option or set the `BAT_THEME` environment variable to
 | 
				
			||||||
shells startup file to make the change permanent.
 | 
					`TwoDark`. Use `export BAT_THEME="TwoDark"` in your shells startup file to
 | 
				
			||||||
 | 
					make the change permanent.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Output style
 | 
					### Output style
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user