fixing some colors
This commit is contained in:
10
config.json
10
config.json
@@ -53,13 +53,13 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"backgroundColor": "#282c34",
|
"backgroundColor": "#282c34",
|
||||||
"messageColor": "#fff",
|
"messageColor": "#fff",
|
||||||
"dateColor": "#d9d9d9",
|
"dateColor": "#c8ccd4",
|
||||||
"lineColor": "#fff",
|
"lineColor": "#fff",
|
||||||
"weatherColor": "#d9d9d9",
|
"weatherColor": "#c8ccd4",
|
||||||
"searchColor": "#fff",
|
"searchColor": "#c8ccd4",
|
||||||
"searchBackgroundColor": "#1e222a",
|
"searchBackgroundColor": "#1e222a",
|
||||||
"squareColor": "#9e9e9e",
|
"squareColor": "#abb2bf",
|
||||||
"squareBackgroundColor": "#1e222a",
|
"squareBackgroundColor": "#1e222a",
|
||||||
"autocompleteHighlightBackgroundColor": "#3B3B3B"
|
"autocompleteHighlightBackgroundColor": "#3e4451"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>startpage</title>
|
<title>New Tab</title>
|
||||||
<!--Json Editor-->
|
<!--Json Editor-->
|
||||||
<link rel="stylesheet" href="css/jsoneditor.min.css" type="text/css">
|
<link rel="stylesheet" href="css/jsoneditor.min.css" type="text/css">
|
||||||
<!--Custom CSS-->
|
<!--Custom CSS-->
|
||||||
|
|||||||
Reference in New Issue
Block a user