Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinn1/elfinder-material-theme

A theme for the elFinder web file manager inspired by Google Material design.
https://github.com/robinn1/elfinder-material-theme

elfinder elfinder-material-theme elfinder-theme material material-design theme

Last synced: about 8 hours ago
JSON representation

A theme for the elFinder web file manager inspired by Google Material design.

Awesome Lists containing this project

README

        

# elFinder-Material-Theme

A theme for the elFinder web file manager inspired by Google Material design.

![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.elFinder-Material-Theme)


Dark Blue
Gray
Light

## Installation

Simply paste this code into the elFinder client options

```javascript
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](https://github.com/Studio-42/elFinder/wiki/How-to-load-CSS-with-RequireJS%3F).