mirror of
https://github.com/sharkdp/bat
synced 2024-11-10 14:24:21 +00:00
Fix syntax tests failure on macOS during the daytime
This commit is contained in:
parent
6568fb775d
commit
d756d6f1ed
1 changed files with 3 additions and 1 deletions
|
@ -8,11 +8,13 @@ import os
|
||||||
import argparse
|
import argparse
|
||||||
from multiprocessing import Pool
|
from multiprocessing import Pool
|
||||||
|
|
||||||
|
# Avoid 'default' theme because it can choose a different theme based on
|
||||||
|
# the appearance settings on macOS.
|
||||||
BAT_OPTIONS = [
|
BAT_OPTIONS = [
|
||||||
"--no-config",
|
"--no-config",
|
||||||
"--style=plain",
|
"--style=plain",
|
||||||
"--color=always",
|
"--color=always",
|
||||||
"--theme=default",
|
"--theme=Monokai Extended",
|
||||||
"--italic-text=always",
|
"--italic-text=always",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue