summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-19 13:49:16 +0100
committerAlexandre Flament <alex@al-f.net>2021-11-19 16:45:50 +0100
commitec5a82fccd658790708b230516fa6ce93f9c7612 (patch)
tree4e8c67b41670ccc5bd0132b5b1005eca45ac77bb /searx/webapp.py
parentf6bfc8f4615ba91f3c54687ae9f0dc828507573e (diff)
[enh] simple theme: add "simple-style" preferences
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py6
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')