From 8dc6b20382c2f3d295c39e6339d7b68ec3045d4c Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 11 Mar 2024 14:28:17 -0600 Subject: [PATCH] Add NotifyBackground missing highlight --- lua/nightfox/group/modules/notify.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lua/nightfox/group/modules/notify.lua b/lua/nightfox/group/modules/notify.lua index 2cd96dbd..0ed201f0 100644 --- a/lua/nightfox/group/modules/notify.lua +++ b/lua/nightfox/group/modules/notify.lua @@ -24,11 +24,12 @@ function M.get(spec, config, opts) NotifyDEBUGTitle = { fg = spec.diag.hint }, NotifyTRACETitle = { fg = spec.syntax.comment }, - NotifyERRORIcon = { link = "NotifyERRORTitle" }, - NotifyWARNIcon = { link = "NotifyWARNTitle" }, - NotifyINFOIcon = { link = "NotifyINFOTitle" }, - NotifyDEBUGIcon = { link = "NotifyDEBUGTitle" }, - NotifyTRACEIcon = { link = "NotifyTRACETitle" }, + NotifyERRORIcon = { link = "NotifyERRORTitle" }, + NotifyWARNIcon = { link = "NotifyWARNTitle" }, + NotifyINFOIcon = { link = "NotifyINFOTitle" }, + NotifyDEBUGIcon = { link = "NotifyDEBUGTitle" }, + NotifyTRACEIcon = { link = "NotifyTRACETitle" }, + NotifyBackground = { link = "NormalFloat" }, } end