diff options
| author | Bnyro <bnyro@tutanota.com> | 2024-09-20 16:44:53 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-03 10:53:17 +0200 |
| commit | e4b2823abdd649325308489538b994b341c13fa3 (patch) | |
| tree | 45d362fbb74a0081e0c82ffa769433d1436f92d1 /searx/searxng.msg | |
| parent | cbf1e9097929cf851d31bfd17e87bec7d1e51422 (diff) | |
[feat] simple theme: pure black theme style
Diffstat (limited to 'searx/searxng.msg')
| -rw-r--r-- | searx/searxng.msg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/searxng.msg b/searx/searxng.msg index 013be2aff..a4bfb038a 100644 --- a/searx/searxng.msg +++ b/searx/searxng.msg @@ -55,6 +55,7 @@ STYLE_NAMES = { 'AUTO': 'auto', 'LIGHT': 'light', 'DARK': 'dark', + 'BLACK': 'black', } BRAND_CUSTOM_LINKS = { |