fixing some colors
This commit is contained in:
10
config.json
10
config.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>startpage</title>
|
||||
<title>New Tab</title>
|
||||
<!--Json Editor-->
|
||||
<link rel="stylesheet" href="css/jsoneditor.min.css" type="text/css">
|
||||
<!--Custom CSS-->
|
||||
|
||||
Reference in New Issue
Block a user