Back to Searxng

Theme

searx/templates/simple/preferences/theme.html

latest544 B
Original Source

{{- '' -}} {{- _('Theme') -}}{{- '' -}} {{- '' -}} {{- '' -}} {%- for name in themes -%} {{- name | capitalize -}} {%- endfor -%} {{- '' -}} {{- '' -}} {{- _('Change the layout of SearXNG') -}} {{- '' -}}{{- '' -}}{{- '' -}} {{- _('Theme style') -}}{{- '' -}} {{- '' -}} {%- for name in ['auto', 'light', 'dark', 'black'] -%} {{- _(name) | capitalize -}} {%- endfor -%} {{- '' -}} {{- '' -}} {{- _('Choose auto to follow your browser settings') -}} {{- '' -}}{{- '' -}} {%- include 'simple/preferences/center_alignment.html' -%}