give themes their own directory to encourage custom entries
|
@ -72,7 +72,7 @@ define(['apphost', 'userSettings', 'browser', 'events', 'pluginManager', 'backdr
|
||||||
|
|
||||||
selectedTheme = selectedTheme || defaultTheme;
|
selectedTheme = selectedTheme || defaultTheme;
|
||||||
return {
|
return {
|
||||||
stylesheetPath: require.toUrl('components/themes/' + selectedTheme.id + '/theme.css'),
|
stylesheetPath: require.toUrl('themes/' + selectedTheme.id + '/theme.css'),
|
||||||
themeId: selectedTheme.id
|
themeId: selectedTheme.id
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 933 KiB After Width: | Height: | Size: 933 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 293 KiB After Width: | Height: | Size: 293 KiB |