mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	Merge color scheme options into theme / BAT_THEME
This commit is contained in:
		
							
								
								
									
										3
									
								
								assets/completions/bat.bash.in
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								assets/completions/bat.bash.in
									
									
									
									
										vendored
									
									
								
							| @@ -104,8 +104,6 @@ _bat() { | ||||
| 		COMPREPLY=($(compgen -W "auto never always" -- "$cur")) | ||||
| 		return 0 | ||||
| 		;; | ||||
| 	--color-scheme) | ||||
| 		COMPREPLY=($(compgen -W "auto auto:always dark light system" -- "$cur")) | ||||
| 	--italic-text) | ||||
| 		COMPREPLY=($(compgen -W "always never" -- "$cur")) | ||||
| 		return 0 | ||||
| @@ -176,7 +174,6 @@ _bat() { | ||||
| 			--theme | ||||
| 			--theme-dark | ||||
| 			--theme-light | ||||
| 			--color-scheme | ||||
| 			--list-themes | ||||
| 			--squeeze-blank | ||||
| 			--squeeze-limit | ||||
|   | ||||
		Reference in New Issue
	
	Block a user