Skip to content

smeeckaert/novius_theme_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novius Theme Manager

This is a theme manager for novius os.

Selecting a theme

This app extends noviusos_user. The configuration of the theme for a user will be located below the "change password" section of the "Account" launcher.

Creating a theme

To create a theme, create an application extending novius_theme_manager.

Then add the configuration of your theme in config/apps/novius_theme_manager.

The default css of novius os will be prepended to your files.

return array(
    'key_name' => array(
        'name' => __('Flat'),
        'css'  => array(
            'minified' => array(
                "minfiedfile.css",
            ),
            'raw'      => array(
                "rawfile.css",
            ),
        ),
    ),
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages