diff --git a/lua/darkplus/theme.lua b/lua/darkplus/theme.lua index 947e6e0..f3628c4 100644 --- a/lua/darkplus/theme.lua +++ b/lua/darkplus/theme.lua @@ -71,7 +71,7 @@ theme.set_highlights = function() hl(0, "Number", { fg = c.light_green, bg = 'NONE' }) hl(0, "Float", { fg = c.light_green, bg = 'NONE' }) hl(0, "Boolean", { fg = c.blue, bg = 'NONE' }) - hl(0, "Constant", { fg = c.vivid_blue, bg = 'NONE' }) + hl(0, "Constant", { fg = c.purple, bg = 'NONE' }) hl(0, "Type", { fg = c.cyan, bg = 'NONE' }) hl(0, "Function", { fg = c.yellow, bg = 'NONE' }) hl(0, "Keyword", { fg = c.blue, bg = 'NONE' })