From 576d30ffcdf23c2bbff6b1c624d1a7ad13e29abd Mon Sep 17 00:00:00 2001 From: benpiano800 <51756721+benpiano800@users.noreply.github.com> Date: Wed, 15 Oct 2025 02:16:19 -0500 Subject: [PATCH] [chore] theme_args.simple_style - mention the `black` theme style in settings.yml (#5325) --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 5783e3eea..d742c517f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -138,7 +138,7 @@ ui: # Open result links in a new tab by default # results_on_new_tab: false theme_args: - # style of simple theme: auto, light, dark + # style of simple theme: auto, light, dark, black simple_style: auto # Perform search immediately if a category selected. # Disable to select multiple categories at once and start the search manually.