summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2024-09-20 16:44:53 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-10-03 10:53:17 +0200
commite4b2823abdd649325308489538b994b341c13fa3 (patch)
tree45d362fbb74a0081e0c82ffa769433d1436f92d1 /searx/templates
parentcbf1e9097929cf851d31bfd17e87bec7d1e51422 (diff)
downloadsearxng-e4b2823abdd649325308489538b994b341c13fa3.tar.gz
searxng-e4b2823abdd649325308489538b994b341c13fa3.zip
[feat] simple theme: pure black theme style
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/preferences/theme.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences/theme.html b/searx/templates/simple/preferences/theme.html
index 78920b46e..1fdaeac12 100644
--- a/searx/templates/simple/preferences/theme.html
+++ b/searx/templates/simple/preferences/theme.html
@@ -19,7 +19,7 @@
<legend id="pref_simple_style">{{- _('Theme style') -}}</legend>{{- '' -}}
<div class="value">{{- '' -}}
<select name="simple_style" aria-labelledby="pref_simple_style">
- {%- for name in ['auto', 'light', 'dark'] -%}
+ {%- for name in ['auto', 'light', 'dark', 'black'] -%}
<option value="{{ name }}"
{%- if name == preferences.get_value('simple_style') %} selected="selected" {%- endif -%}>
{{- _(name) | capitalize -}}