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": { "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"
} }
} }

View File

@@ -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-->