add notify background color

This commit is contained in:
2024-03-19 05:13:43 +00:00
parent 526b1c46d6
commit 53c5366dc5

View File

@ -13,4 +13,8 @@ local opts = {
}, },
} }
require("notify").setup({
background_colour = "#000",
})
return opts return opts