fix: nvim-notify not properly being set with background color and bottom-up
This commit is contained in:
parent
495bb98edb
commit
d35377760f
1 changed files with 2 additions and 2 deletions
|
|
@ -14,11 +14,11 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
backgroundColour = "#000000";
|
||||
background_color = "#000000";
|
||||
fps = 60;
|
||||
render = "default";
|
||||
timeout = 500;
|
||||
topDown = false;
|
||||
top_down = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue