diff --git a/nvim/lua/user/plugins/ui/colorscheme.lua b/nvim/lua/user/plugins/ui/colorscheme.lua index 379a09c..8067314 100644 --- a/nvim/lua/user/plugins/ui/colorscheme.lua +++ b/nvim/lua/user/plugins/ui/colorscheme.lua @@ -186,6 +186,7 @@ local custom_highlights = function(colors) ["@keyword.return"] = { link = "Keyword" }, ["@keyword.operator"] = { link = "Keyword" }, ["@property"] = { link = "@variable" }, + ["@type.builtin"] = { fg = colors.yellow }, ["@tag"] = { link = "Keyword" }, ["@tag.delimiter"] = { link = "@text" }, ["@module"] = { link = "@text" },