diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2018-08-19 15:23:11 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2018-08-19 15:28:43 +0200 |
| commit | 69d1dd3f862ee491518bc837325a498e66f925d0 (patch) | |
| tree | 5787a3b828367f9b9da23e413eebcc0652c9875d /searx/settings.yml | |
| parent | baacfac32b63ceb3ef784e3ff5f1b3ae51ee38ff (diff) | |
[enh] configurable default oscar style
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index e05d5f97c..812da7472 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -20,6 +20,8 @@ ui: templates_path : "" # Custom templates path - leave it blank if you didn't change default_theme : oscar # ui theme default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section + theme_args : + oscar_style : logicodev-dark # default style of oscar # searx supports result proxification using an external service: https://github.com/asciimoo/morty # uncomment below section if you have running morty proxy |