summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml2
-rw-r--r--searx/settings_defaults.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index cec9889b2..69dc69572 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -76,7 +76,7 @@ ui:
# it decreases the privacy, since the browser can records the page titles.
query_in_title: false
# ui theme
- default_theme: oscar
+ default_theme: simple
# Default interface locale - leave blank to detect from browser information or
# use codes from the 'locales' config section
default_locale: ""
diff --git a/searx/settings_defaults.py b/searx/settings_defaults.py
index 15b4524c6..6808b0957 100644
--- a/searx/settings_defaults.py
+++ b/searx/settings_defaults.py
@@ -177,7 +177,7 @@ SCHEMA = {
'ui': {
'static_path': SettingsDirectoryValue(str, os.path.join(searx_dir, 'static')),
'templates_path': SettingsDirectoryValue(str, os.path.join(searx_dir, 'templates')),
- 'default_theme': SettingsValue(str, 'oscar'),
+ 'default_theme': SettingsValue(str, 'simple'),
'default_locale': SettingsValue(str, ''),
'theme_args': {
'oscar_style': SettingsValue(OSCAR_STYLE, 'logicodev'),