mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] simple theme: pure black theme style
This commit is contained in:
parent
cbf1e90979
commit
e4b2823abd
6 changed files with 18 additions and 4 deletions
|
|
@ -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 -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue