Make some background colors and text colors configurable through new style configuration object
This commit is contained in:
12
config.json
12
config.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user