diff --git a/CREATING_THEMES.md b/CREATING_THEMES.md new file mode 100644 index 0000000..c10bc50 --- /dev/null +++ b/CREATING_THEMES.md @@ -0,0 +1,14 @@ +How to create your own theme +---------------------------- + +# Make a copy of the folder htdocs/themes/default, and name it as you like. +# Start customizing your files! +# Delete everything that has not been changed. + +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. + +Examples: + +* gabdark - a theme with only a modified main.css +* bootstrap - a full theme with custom html, css, js and images