forked from Icycoide/searxng
[enh] simple theme: add "simple-style" preferences
This commit is contained in:
parent
f6bfc8f461
commit
ec5a82fccd
9 changed files with 149 additions and 103 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue