Home

Awesome

elFinder "Moono" Theme

A theme for elFinder that mimics CKEditor's Moono skin.

screenshot from 2015-08-06 16 27 17

Usage

Features

Modifying the source

This theme uses .less files that are compressed into moono/css/theme.css. Compressing these files requires Node.js.

  1. Clone this repository:

    $ git clone https://github.com/lokothodida/elfinder-theme-moono.git
    
  2. Edit the corresponding .less files in moono/css/

  3. In the terminal, if this is your first time doing the build, run this to install all of the dependencies:

    $ npm install
    
  4. Then to build, run:

    $ npm run build