WIP
This commit is contained in:
committed by
vitorsemeano
parent
96eccd2ecd
commit
7d9208e951
@@ -21,6 +21,14 @@ function getThemeStylesheetInfo(id) {
|
||||
return id ? theme.id === id : theme.default;
|
||||
});
|
||||
|
||||
if (!theme) {
|
||||
theme = {
|
||||
'name': 'Dark',
|
||||
'id': 'dark',
|
||||
'default': true
|
||||
};
|
||||
}
|
||||
|
||||
return {
|
||||
stylesheetPath: 'themes/' + theme.id + '/theme.css',
|
||||
themeId: theme.id
|
||||
|
||||
Reference in New Issue
Block a user