[feat] simple theme: pure black theme style

This commit is contained in:
Bnyro 2024-09-20 16:44:53 +02:00 committed by Markus Heiser
parent cbf1e90979
commit e4b2823abd
6 changed files with 18 additions and 4 deletions

View file

@ -18,7 +18,7 @@ searx_dir = abspath(dirname(__file__))
logger = logging.getLogger('searx')
OUTPUT_FORMATS = ['html', 'csv', 'json', 'rss']
SXNG_LOCALE_TAGS = ['all', 'auto'] + list(l[0] for l in sxng_locales)
SIMPLE_STYLE = ('auto', 'light', 'dark')
SIMPLE_STYLE = ('auto', 'light', 'dark', 'black')
CATEGORIES_AS_TABS = {
'general': {},
'images': {},