1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add background color to notify

This commit is contained in:
Mo 2022-08-21 22:50:53 +02:00
parent 36cca94dd9
commit 701986908c

View file

@ -1 +1,7 @@
vim.notify = require("notify") local notify = require("notify")
notify.setup({
background_colour = "#1e1e1e",
})
vim.notify = notify