From 36130089ac95c9e0636acef7185fcc05136de6a8 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sat, 17 Mar 2018 21:47:53 -0700 Subject: [PATCH] support theme files --- index.html | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 1092224..4068153 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,11 @@ 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 + theme: 'file:///home/cade/.cache/wal/colors.css', // the delimiter between the key and your search query // e.g. to search GitHub for potatoes you'd type "g:potatoes" @@ -94,6 +98,11 @@