diff --git a/nvim/lua/user/plugins/ui/colorscheme.lua b/nvim/lua/user/plugins/ui/colorscheme.lua index ff586c3..c4c9efb 100644 --- a/nvim/lua/user/plugins/ui/colorscheme.lua +++ b/nvim/lua/user/plugins/ui/colorscheme.lua @@ -185,6 +185,7 @@ local custom_highlights = function(colors) Type = { fg = colors.blue }, Label = { link = "String" }, String = { fg = colors.lavender }, + Character = { link = "String" }, Exception = { link = "Keyword" }, Macro = { fg = colors.pink },