Make some background colors and text colors configurable through new style configuration object

This commit is contained in:
Benji Hooper
2021-04-16 17:51:17 +01:00
parent dc818bd2b5
commit 8b7e59ca50
5 changed files with 107 additions and 22 deletions

View File

@@ -47,5 +47,15 @@
"location": "Pune India",
"unit": "cel"
},
"settingsIcon": false
"settingsIcon": false,
"style": {
"backgroundColor": "#212121",
"messageColor": "#fff",
"dateColor": "#d9d9d9",
"searchColor": "#fff",
"searchBackgroundColor": "#2e2e2e",
"squareColor": "#9e9e9e",
"squareBackgroundColor": "#2e2e2e"
},
"backgroundColor": "#212121"
}