Beautiful themes for Re2o
Find a file
2021-01-14 23:10:58 +01:00
default-dark Simplify theme template and update default-dark theme 2021-01-14 23:10:58 +01:00
.gitignore Add template and default-dark theme 2021-01-13 23:46:40 +01:00
Makefile Add template and default-dark theme 2021-01-13 23:46:40 +01:00
README.md Simplify theme template and update default-dark theme 2021-01-14 23:10:58 +01:00
template-variables.scss Simplify theme template and update default-dark theme 2021-01-14 23:10:58 +01:00
template.scss Simplify theme template and update default-dark theme 2021-01-14 23:10:58 +01:00

Re2o-themes

This repository contains the source files 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. 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.