diff options
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 98480e4b6..4dd7ec723 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -174,6 +174,12 @@ _category_names = ( gettext('science') ) +_simple_style = ( + gettext('auto'), + gettext('light'), + gettext('dark') +) + # timeout_text = gettext('timeout') parsing_error_text = gettext('parsing error') |