Skip to content

Create your own theme

pavel edited this page Mar 16, 2016 · 8 revisions

For a better integration into your UI, you can create your own theme.

Create your new 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.

Set-up the application

To make changes applied, don't forget to stipulate the name of the new theme into your "filemanager.config.json" file : "theme": "mynewTheme",

Here is an example of flat-grey theme :

Grey theme

Want to share your theme or propose a new theme into the trunk version ?

Please send me an email simon [at] linea21.com or add the reference below.

  • your theme ...