Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robinn1/elfinder-material-theme
- Owner: RobiNN1
- License: mit
- Created: 2016-10-23T08:55:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T12:09:24.000Z (6 months ago)
- Last Synced: 2024-11-09T21:29:30.277Z (7 days ago)
- Topics: elfinder, elfinder-material-theme, elfinder-theme, material, material-design, theme
- Language: CSS
- Homepage:
- Size: 2.25 MB
- Stars: 77
- Watchers: 8
- 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.
![Visitor Badge](https://visitor-badge.laobi.icu/badge?page_id=RobiNN1.elFinder-Material-Theme)
## 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).