swap colors

This commit is contained in:
Cade Scroggins 2018-06-30 18:00:20 -07:00
parent 36130089ac
commit b8b0865aaf

View file

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