From 91cf73457d626010d5a6807ea8c69143fe1c6b49 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 9 Nov 2018 19:42:55 -0800 Subject: [PATCH] update colors --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7e5b915..dced7ec 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ newTab: true, // dynamic background colors when command domains are matched - colors: true, + colors: false, // specify a theme file // remove or set to false to use the hardcoded theme @@ -101,8 +101,8 @@ @import url('https://fonts.googleapis.com/css?family=Lato:400,900'); :root { - --color0: #fff; - --color15: #111; + --color0: rgb(205, 208, 215); + --color15: rgb(38, 41, 53); } body {