swap colors
This commit is contained in:
+4
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user