From 50fd78d85eeac13a4870fcc6668d2885ff0535ce Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 24 Nov 2019 12:50:29 +0100 Subject: mention the images folder in themes --- doc/CREATING_THEMES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/CREATING_THEMES.md b/doc/CREATING_THEMES.md index 5fa6183..c99e5c1 100644 --- a/doc/CREATING_THEMES.md +++ b/doc/CREATING_THEMES.md @@ -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. 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: * gabdark - a theme with only a modified main.css -- cgit v1.2.3