Compare commits

...

2 commits

Author SHA1 Message Date
2848ff9ad8 update default theme 2021-08-13 14:42:32 -05:00
2ea1e63fd5 ignore package-lock 2021-08-13 14:37:40 -05:00
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View file

@ -29,3 +29,5 @@ searx.egg-info/
searx/static/themes/courgette/css searx/static/themes/courgette/css
searx/static/css searx/static/css
package-lock.json

View file

@ -360,7 +360,7 @@ class Preferences(object):
} }
), ),
'theme': EnumStringSetting( 'theme': EnumStringSetting(
settings['ui'].get('default_theme', 'oscar'), settings['ui'].get('default_theme', 'courgette'),
choices=themes choices=themes
), ),
'results_on_new_tab': MapSetting( 'results_on_new_tab': MapSetting(

View file

@ -20,7 +20,7 @@ server:
ui: ui:
static_path : "" # Custom static path - leave it blank if you didn't change static_path : "" # Custom static path - leave it blank if you didn't change
templates_path : "" # Custom templates path - leave it blank if you didn't change templates_path : "" # Custom templates path - leave it blank if you didn't change
default_theme : oscar # ui theme default_theme : courgette # ui theme
default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
theme_args : theme_args :
oscar_style : logicodev # default style of oscar oscar_style : logicodev # default style of oscar

View file

@ -15,7 +15,7 @@ server:
ui: ui:
static_path : "" static_path : ""
templates_path : "" templates_path : ""
default_theme : oscar default_theme : courgette
outgoing: outgoing:
request_timeout : 1.0 # seconds request_timeout : 1.0 # seconds