mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
15 lines
593 B
Markdown
15 lines
593 B
Markdown
How to create your own theme
|
|
----------------------------
|
|
|
|
1. Make a copy of the folder htdocs/themes/default, and name it as you like.
|
|
2. Start customizing your files!
|
|
3. 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
|