Skip to content

Commit

Permalink
feat: set transparent background for notify
Browse files Browse the repository at this point in the history
Signed-off-by: SUGIYAMA Yoshio <[email protected]>
  • Loading branch information
IMOKURI committed Jul 30, 2024
1 parent 4a0f3ee commit 95f94c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nvim/lua/imokuri/plugin/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ return {
},
event = "VeryLazy",
config = function()
require("notify").setup({
background_colour = "#000000",
})
require("noice").setup({
presets = {
long_message_to_split = true,
Expand Down

0 comments on commit 95f94c9

Please sign in to comment.