diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-12-05 22:02:18 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2017-12-05 22:05:19 +0100 |
| commit | 46fb0d860e35a45658969c4e2ac306a1072bc331 (patch) | |
| tree | 08de432b8d83ca8ba1d815d292d231e3e26dbf64 /searx/templates | |
| parent | 1613c6319eedb209839ffb3e5e3213613a3bf898 (diff) | |
[enh] add dark version of oscar/logicodev
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/oscar/preferences.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html index 5f85a9af6..ac62dc939 100644 --- a/searx/templates/oscar/preferences.html +++ b/searx/templates/oscar/preferences.html @@ -107,6 +107,7 @@ <select class="form-control" name='oscar-style'> <option value="logicodev" >Logicodev</option> <option value="pointhi" {% if cookies['oscar-style'] == 'pointhi' %}selected="selected"{% endif %}>Pointhi</option> + <option value="logicodev-dark" {% if cookies['oscar-style'] == 'logicodev-dark' %}selected="selected"{% endif %}>Logicodev dark</option> </select> {{ preferences_item_footer(_('Choose style for this theme'), _('Style'), rtl) }} |