diff options
| author | benpiano800 <51756721+benpiano800@users.noreply.github.com> | 2025-10-15 02:16:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-15 09:16:19 +0200 |
| commit | 576d30ffcdf23c2bbff6b1c624d1a7ad13e29abd (patch) | |
| tree | 46b8d72dd54fb53886a728af070c910beb785d2d /searx | |
| parent | c34bb612847ce4584f65077b104164993bfa88c5 (diff) | |
[chore] theme_args.simple_style - mention the `black` theme style in settings.yml (#5325)
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |