Awesome
elFinder-Material-Theme
A theme for the elFinder web file manager inspired by Google Material design.
<table> <tr> <td><img alt="Dark Blue" src=".github/img/preview-darkblue.png"></td> <td><img alt="Gray" src=".github/img/preview-gray.png"></td> <td><img alt="Light" src=".github/img/preview-light.png"></td> </tr> </table>Installation
Simply paste this code into the elFinder client options
themes : {
'mt-darkblue' : 'https://robinn1.github.io/elFinder-Material-Theme/manifests/darkblue.json',
'mt-gray' : 'https://robinn1.github.io/elFinder-Material-Theme/manifests/gray.json',
'mt-light' : 'https://robinn1.github.io/elFinder-Material-Theme/manifests/light.json',
},
theme : 'mt-darkblue',
Read more details in the installation guide.