mention the images folder in themes

This commit is contained in:
Claude 2019-11-24 12:50:29 +01:00
parent 07879fcf12
commit 50fd78d85e

View File

@ -8,6 +8,8 @@ How to create your own theme
For example: If you've only modified the main.css, create a folder named "css" in your theme folder, and put your main.css in there. For example: If you've only modified the main.css, create a folder named "css" in your theme folder, and put your main.css in there.
The theme engine will load your css, and falls back to files in the default theme that aren't in your theme folder. The theme engine will load your css, and falls back to files in the default theme that aren't in your theme folder.
Note: Image files need to reside in the /images folder and it can't contain sub-directories.
Examples: Examples:
* gabdark - a theme with only a modified main.css * gabdark - a theme with only a modified main.css