mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Add background color to notify
This commit is contained in:
parent
36cca94dd9
commit
701986908c
1 changed files with 7 additions and 1 deletions
|
@ -1 +1,7 @@
|
||||||
vim.notify = require("notify")
|
local notify = require("notify")
|
||||||
|
|
||||||
|
notify.setup({
|
||||||
|
background_colour = "#1e1e1e",
|
||||||
|
})
|
||||||
|
|
||||||
|
vim.notify = notify
|
||||||
|
|
Loading…
Reference in a new issue