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