mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
swap colors
This commit is contained in:
parent
36130089ac
commit
b8b0865aaf
1 changed files with 4 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue