feat: simple theme selector. only works with hardcoded light and dark for now

This commit is contained in:
Deluan
2020-03-31 09:35:44 -04:00
parent 500207f7b8
commit f041503a85
8 changed files with 112 additions and 10 deletions
+9 -1
View File
@@ -44,7 +44,15 @@ export default deepmerge(englishMessages, {
},
menu: {
library: 'Library',
settings: 'Settings'
settings: 'Settings',
configuration: 'Configuration',
theme: {
name: 'Theme'
}
},
theme: {
dark: 'Dark',
light: 'Light'
},
player: {
panelTitle: 'Play Queue',