From f1487458ea787031e00230b604e652464fd44139 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 15 Sep 2025 11:35:14 -0500 Subject: [PATCH] add bg to notify --- lua/plugins/editor_notify.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/editor_notify.lua b/lua/plugins/editor_notify.lua index 70c6bfd..87bdfc7 100644 --- a/lua/plugins/editor_notify.lua +++ b/lua/plugins/editor_notify.lua @@ -5,6 +5,7 @@ return { opts = { top_down = false, timeout = 5000, + background_colour = "#262626", }, config = function(_, opts) require("notify").setup(opts)