Disroot theme for Searx
Go to file
viktor.walter d073e2596b Fixing Darkbeet style infobox colors. Also, small fixes in the Readme files. (#10)
This fix pertains to issue [#9](#9). Originally, the infobox text color was taken from `bootstrap.css`, which closely matched the Darkbeet background, rendering the infobox text unreadable.
I have set the text in the `infobox.less` to `@textcolor-bright` to address this.

Co-authored-by: Viktor Walter <viktor.walter@disroot.com>
Reviewed-on: #10
Co-authored-by: viktor.walter <viktor.walter@no-reply@disroot.org>
Co-committed-by: viktor.walter <viktor.walter@no-reply@disroot.org>
2022-02-25 09:22:09 +00:00
beetroot_static Fixing Darkbeet style infobox colors. Also, small fixes in the Readme files. (#10) 2022-02-25 09:22:09 +00:00
beetroot_template changed naming scheme for the theme and fixed small issue with image view (#8) 2021-11-02 14:42:45 +00:00
README.md Fixing Darkbeet style infobox colors. Also, small fixes in the Readme files. (#10) 2022-02-25 09:22:09 +00:00

README.md

Searx_beetroot

Disroot theme for Searx.

To use this theme, git clone it on your computer.

Create a beetroot folder in /var/www/searx/searx/static/themes and in /var/www/searx/searx/templates.

Then, copy the content of beetroot_static in /var/www/searx/searx/static/themes/beetroot and the content of beetroot_template in /var/www/searx/searx/templates/beetroot.

Enable the beetroot theme by editing /var/www/searx/searx/settings.yml and changing:

default_theme : beetroot
theme_args :
    beetroot_style : logicodev

Restart searx: service uwsgi restart

NOTE:

The minify versions of the css files are missing at the moment. So, to test things as they are now, edit /var/www/searx/searx/templates/beetroot/base.html and replace <link rel="stylesheet" href="{{ url_for('static', filename='css/'+preferences.get_value('beetroot-style')+'.min.css') }}" type="text/css" /> by <link rel="stylesheet" href="{{ url_for('static', filename='css/'+preferences.get_value('beetroot-style')+'.css') }}" type="text/css" />