Completed theme switching functionality
This commit is contained in:
4
src/utils/defaults.js
Normal file
4
src/utils/defaults.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
defaultTheme: 'Default',
|
||||
builtInThemes: ['hacker-green', 'hacker-red', 'hacker-pink'],
|
||||
};
|
||||
Reference in New Issue
Block a user