authelia/themes
BankaiNoJutsu 55c06b975e Add readme in themes folder, and remove uneccessary check in gruntfile 2018-12-18 17:36:01 +01:00
..
black fix permissions 2018-12-18 16:34:56 +01:00
default fix permissions 2018-12-18 16:34:56 +01:00
matrix fix permissions 2018-12-18 16:34:56 +01:00
squares fix permissions 2018-12-18 16:34:56 +01:00
triangles fix permissions 2018-12-18 16:34:56 +01:00
README Add readme in themes folder, and remove uneccessary check in gruntfile 2018-12-18 17:36:01 +01:00

README

In order to build a specific Theme you need to run:

grunt --theme=<themename>

Available themes are: default, black, matrix, squares, triangles

Ex. grunt --theme=black

By default the original theme will be built.

If you want to create a new theme:
- Use the themes/default as source material
- Make a copy in themes folder with a new name
- Add your theme folder name on line 237,239 and 242
- And then build as above, with your theme folder/name.

That's it!