feat(nvim): add highlights links for Dadbod UI notifications

This commit is contained in:
Price Hiller 2023-11-15 13:05:19 -06:00
parent 8c9d56a0c1
commit 408b85c37e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -199,6 +199,9 @@ return {
NotifyTRACEBorder = { link = "NvimNotifyTrace" },
NotifyTRACEIcon = { 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_header = { fg = colors.crystalBlue, bg = colors.winterBlue },
org_table = { bg = colors.winterBlue }