diff --git a/nvim/lua/user/plugins/core/colorscheme.lua b/nvim/lua/user/plugins/core/colorscheme.lua index 877ff74..f0be50d 100644 --- a/nvim/lua/user/plugins/core/colorscheme.lua +++ b/nvim/lua/user/plugins/core/colorscheme.lua @@ -113,6 +113,7 @@ local options = { Repeat = { link = "Keyword" }, Conditional = { link = "Keyword" }, Type = { fg = colors.blue }, + Label = { link = "String" }, String = { fg = colors.lavender }, Exception = { link = "Keyword" },