feat: mount modern-lancer theme on module object

This commit is contained in:
hacksalot 2018-02-05 02:24:36 -05:00
parent 2257b3bc7d
commit d1836c7606
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ Mount individual themes onto the module object for convenience.
basis: require('./themes/basis/theme.json'),
compact: require('./themes/compact/theme.json'),
modern: require('./themes/modern/theme.json'),
positive: require('./themes/positive/theme.json')
positive: require('./themes/positive/theme.json'),
'modern-lancer': require('./themes/modern-lancer/theme.json')
}
};