mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-30 22:54:07 +00:00 
			
		
		
		
	Fix syntax tests failure on macOS during the daytime
This commit is contained in:
		| @@ -8,11 +8,13 @@ import os | ||||
| import argparse | ||||
| from multiprocessing import Pool | ||||
|  | ||||
| # Avoid 'default' theme because it can choose a different theme based on | ||||
| # the appearance settings on macOS. | ||||
| BAT_OPTIONS = [ | ||||
|     "--no-config", | ||||
|     "--style=plain", | ||||
|     "--color=always", | ||||
|     "--theme=default", | ||||
|     "--theme=Monokai Extended", | ||||
|     "--italic-text=always", | ||||
| ] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user