Skip to content

Create your own theme

simogeo edited this page Nov 20, 2014 · 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.js' file : "theme": "mynewTheme",

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

Please send me an email simon [at] linea21.com