797 B
797 B
Re2o-themes
This repository contains the source file for Re2o themes. They are written using sass to make them easier to customize.
Checkout each theme's folder for more details and a preview of the theme. Also see this page to learn how to install themes.
Dependencies
To compile the .scss
files, install the following packages for Debian:
$ sudo apt install python3-pyscss yui-compressor
Compiling
You need to compile the .scss
files to obtain the .css
files needed by Re2o. You can use make
to do that automatically:
$ make
The themes' .min.css
files will be placed in the build
folder.