swap colors
This commit is contained in:
+4
-4
@@ -65,11 +65,11 @@
|
|||||||
newTab: true,
|
newTab: true,
|
||||||
|
|
||||||
// dynamic background colors when command domains are matched
|
// dynamic background colors when command domains are matched
|
||||||
colors: false,
|
colors: true,
|
||||||
|
|
||||||
// specify a theme file
|
// specify a theme file
|
||||||
// remove or set to false to use the hardcoded theme
|
// 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
|
// the delimiter between the key and your search query
|
||||||
// e.g. to search GitHub for potatoes you'd type "g:potatoes"
|
// 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');
|
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--color0: #111;
|
--color0: #fff;
|
||||||
--color15: #fff;
|
--color15: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user