give themes their own directory to encourage custom entries

This commit is contained in:
dkanada 2019-12-11 23:43:48 +09:00
parent 3aad09c5fd
commit 758477f1ae
12 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ define(['apphost', 'userSettings', 'browser', 'events', 'pluginManager', 'backdr
selectedTheme = selectedTheme || defaultTheme;
return {
stylesheetPath: require.toUrl('components/themes/' + selectedTheme.id + '/theme.css'),
stylesheetPath: require.toUrl('themes/' + selectedTheme.id + '/theme.css'),
themeId: selectedTheme.id
};
}

View File

Before

Width:  |  Height:  |  Size: 933 KiB

After

Width:  |  Height:  |  Size: 933 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 293 KiB