diff --git a/README.md b/README.md index c83713b..167501c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Disroot theme for Searxng. +## How to use 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`. @@ -26,3 +27,14 @@ All changes need to be done to Simple theme and then compiled. So: If you want to test in live mode all your changes to the `Simple` theme, do `LIVE_THEME=simple make run` from searx-src folder and edit the `static/themes/simple/src/less/definitions.less` and `static/themes/simple/src/less/disroot.less` files as you wish. +## Screenshots + +### Light mode +![Light mode](img/Light01.png) +![Light mode](img/Light02.png) +![Light mode](img/Light03.png) + +### Dark mode +![Dark mode](img/Dark01.png) +![Dark mode](img/Dark02.png) +![Dark mode](img/Dark03.png) \ No newline at end of file diff --git a/img/Dark01.png b/img/Dark01.png new file mode 100644 index 0000000..4c73a59 Binary files /dev/null and b/img/Dark01.png differ diff --git a/img/Dark02.png b/img/Dark02.png new file mode 100644 index 0000000..4b3460f Binary files /dev/null and b/img/Dark02.png differ diff --git a/img/Dark03.png b/img/Dark03.png new file mode 100644 index 0000000..dfcea2c Binary files /dev/null and b/img/Dark03.png differ diff --git a/img/Light01.png b/img/Light01.png new file mode 100644 index 0000000..7b0186b Binary files /dev/null and b/img/Light01.png differ diff --git a/img/Light02.png b/img/Light02.png new file mode 100644 index 0000000..69be8d0 Binary files /dev/null and b/img/Light02.png differ diff --git a/img/Light03.png b/img/Light03.png new file mode 100644 index 0000000..0ff8e48 Binary files /dev/null and b/img/Light03.png differ