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: 8 months ago
JSON representation
A theme for the elFinder web file manager inspired by Google Material design.
- Host: GitHub
- URL: https://github.com/robinn1/elfinder-material-theme
- Owner: RobiNN1
- License: mit
- Created: 2016-10-23T08:55:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T15:23:19.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:07:37.804Z (about 1 year ago)
- Topics: elfinder, elfinder-material-theme, elfinder-theme, material, material-design, theme
- Language: CSS
- Homepage:
- Size: 2.25 MB
- Stars: 79
- Watchers: 6
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elFinder-Material-Theme
A theme for the elFinder web file manager inspired by Google Material design.

## 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).