fixing some colors

This commit is contained in:
AbdelrhmanNile
2021-11-12 08:45:23 +02:00
parent 246a28e493
commit 53d8f1f6b3
2 changed files with 6 additions and 6 deletions

View File

@@ -53,13 +53,13 @@
"style": {
"backgroundColor": "#282c34",
"messageColor": "#fff",
"dateColor": "#d9d9d9",
"dateColor": "#c8ccd4",
"lineColor": "#fff",
"weatherColor": "#d9d9d9",
"searchColor": "#fff",
"weatherColor": "#c8ccd4",
"searchColor": "#c8ccd4",
"searchBackgroundColor": "#1e222a",
"squareColor": "#9e9e9e",
"squareColor": "#abb2bf",
"squareBackgroundColor": "#1e222a",
"autocompleteHighlightBackgroundColor": "#3B3B3B"
"autocompleteHighlightBackgroundColor": "#3e4451"
}
}