refactor(nvim): use light blue color for global variables

This commit is contained in:
Price Hiller 2024-02-29 02:21:54 -06:00
parent 91143c1c71
commit d423b748e2
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -222,6 +222,9 @@ return {
{ "NotificationWarning", { link = "NvimNotifyWarn" } },
{ "NotificationError", { link = "NvimNotifyError" } },
-- LSP hls
{ "@lsp.typemod.variable.global", { fg = colors.lightBlue }},
-- Markup specific
{ "@markup.raw", { fg = colors.carpYellow, bg = colors.sumiInk2 } },
{ "@markup.raw.block", select_hl("@markup.raw", { "fg" }) },