mirror of
https://github.com/searxng/searxng.git
synced 2026-05-20 09:54:30 +02:00
[feat] simple theme: pure black theme style
This commit is contained in:
@@ -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': {},
|
||||
|
||||
Reference in New Issue
Block a user