fix: nvim-notify not properly being set with background color and bottom-up

This commit is contained in:
Ceferino Patino 2025-07-04 08:34:55 -05:00
commit d35377760f
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -14,11 +14,11 @@
enable = true;
settings = {
backgroundColour = "#000000";
background_color = "#000000";
fps = 60;
render = "default";
timeout = 500;
topDown = false;
top_down = false;
};
};