diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index b08af0a..669c289 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -301,6 +301,7 @@ function M.get(config) ['@type'] = { link = 'Type' }, ['@variable'] = { fg = p.text, style = styles.italic }, ['@variable.builtin'] = { fg = p.love }, + ['@variable.global'] = { fg = p.love }, -- vim.lsp.buf.document_highlight() LspReferenceText = { bg = p.highlight_med },