From 9f983e5d52f13f94e022e59906cb9ae1d67714bb Mon Sep 17 00:00:00 2001 From: Oskar Grunning Date: Thu, 6 Apr 2023 15:46:41 +0200 Subject: feat: add notify nvim highlights (#232) --- lua/gruvbox/groups.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lua') diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 15319a6..caefbf2 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -787,6 +787,22 @@ M.setup = function() CarbonPending = { link = "GruvboxYellow" }, -- noice.nvim NoiceCursor = { link = "TermCursor" }, + -- notify.nvim + NotifyDEBUGBorder = { link = "GruvboxBlue" }, + NotifyDEBUGIcon = { link = "GruvboxBlue" }, + NotifyDEBUGTitle = { link = "GruvboxBlue" }, + NotifyERRORBorder = { link = "GruvboxRed" }, + NotifyERRORIcon = { link = "GruvboxRed" }, + NotifyERRORTitle = { link = "GruvboxRed" }, + NotifyINFOBorder = { link = "GruvboxAqua" }, + NotifyINFOIcon = { link = "GruvboxAqua" }, + NotifyINFOTitle = { link = "GruvboxAqua" }, + NotifyTRACEBorder = { link = "GruvboxGreen" }, + NotifyTRACEIcon = { link = "GruvboxGreen" }, + NotifyTRACETitle = { link = "GruvboxGreen" }, + NotifyWARNBorder = { link = "GruvboxYellow" }, + NotifyWARNIcon = { link = "GruvboxYellow" }, + NotifyWARNTitle = { link = "GruvboxYellow" }, } for group, hl in pairs(config.overrides) do -- cgit v1.2.3