From b8b0865aafade16772b40aa1f80879b019bdee62 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sat, 30 Jun 2018 18:00:20 -0700 Subject: [PATCH] swap colors --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4068153..067d433 100644 --- a/index.html +++ b/index.html @@ -65,11 +65,11 @@ newTab: true, // dynamic background colors when command domains are matched - colors: false, + colors: true, // specify a theme file // remove or set to false to use the hardcoded theme - theme: 'file:///home/cade/.cache/wal/colors.css', + theme: false, // the delimiter between the key and your search query // e.g. to search GitHub for potatoes you'd type "g:potatoes" @@ -99,8 +99,8 @@ @import url('https://fonts.googleapis.com/css?family=Lato:400,900'); :root { - --color0: #111; - --color15: #fff; + --color0: #fff; + --color15: #111; } body {