feat(nvim): add highlights links for Dadbod UI notifications
This commit is contained in:
parent
8c9d56a0c1
commit
408b85c37e
@ -199,6 +199,9 @@ return {
|
|||||||
NotifyTRACEBorder = { link = "NvimNotifyTrace" },
|
NotifyTRACEBorder = { link = "NvimNotifyTrace" },
|
||||||
NotifyTRACEIcon = { link = "NvimNotifyTrace" },
|
NotifyTRACEIcon = { link = "NvimNotifyTrace" },
|
||||||
NotifyTRACETitle = { link = "NvimNotifyTrace" },
|
NotifyTRACETitle = { link = "NvimNotifyTrace" },
|
||||||
|
NotificationInfo = { link = "NvimNotifyInfo" },
|
||||||
|
NotificationWarning = { link = "NvimNotifyWarn" },
|
||||||
|
NotificationError = { link = "NvimNotifyError" },
|
||||||
org_table_sep = { fg = colors.springBlue, bg = colors.winterBlue },
|
org_table_sep = { fg = colors.springBlue, bg = colors.winterBlue },
|
||||||
org_table_header = { fg = colors.crystalBlue, bg = colors.winterBlue },
|
org_table_header = { fg = colors.crystalBlue, bg = colors.winterBlue },
|
||||||
org_table = { bg = colors.winterBlue }
|
org_table = { bg = colors.winterBlue }
|
||||||
|
Loading…
Reference in New Issue
Block a user