Completed theme switching functionality

This commit is contained in:
Alicia Sykes
2021-04-15 12:51:43 +01:00
parent e31e6d4239
commit 8b3d3cab88
12 changed files with 88 additions and 39 deletions

4
src/utils/defaults.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
defaultTheme: 'Default',
builtInThemes: ['hacker-green', 'hacker-red', 'hacker-pink'],
};