From 661c5ebaac8cfc9645ed2e4e0f85e193d06f51a2 Mon Sep 17 00:00:00 2001 From: Cas <49666464+Shaunaaaaa@users.noreply.github.com> Date: Fri, 9 Jun 2023 23:52:43 +0800 Subject: [PATCH] Update theme.lua --- lua/darkplus/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' })