-
Notifications
You must be signed in to change notification settings - Fork 251
Create your own theme
pavel edited this page Aug 13, 2017
·
10 revisions
For a better integration into your UI, you can create your own theme.
Just copy-paste the default theme located in "themes" folder. Rename it and tweak your css files.
- Notice that the "filemanager.css" file is mandatory.
- The "ie.css" file is optional. It relies on IE conditional comments. As you can see, the file itself does not contain only css but also conditional comments. If present the FM will automatically load the content and add it to the end of the HEAD section.
To make changes applied, don't forget to stipulate the name of the new theme into the options
.theme
configuration option of your "filemanager.config.json" file.
Here is an example of flat-dark
theme :
Please send me an email servocoder [at] gmail.com or add the reference below.
- your theme ...