mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 08:10:10 +00:00
feat: mount modern-lancer theme on module object
This commit is contained in:
parent
2257b3bc7d
commit
d1836c7606
3
index.js
3
index.js
@ -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')
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user