diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index ed1bc97..9f9f2da 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -256,7 +256,8 @@ function M.setup() -- LSP Semantic Token Groups ["@lsp.type.comment"] = { link = "@comment" }, ["@lsp.type.enum"] = { link = "@type" }, - ["@lsp.type.interface"] = { link = "Identifier" }, + ["@lsp.type.enumMember"] = { link = "@property" }, + ["@lsp.type.interface"] = { link = "@type" }, ["@lsp.type.keyword"] = { link = "@keyword" }, ["@lsp.type.namespace"] = { link = "@namespace" }, ["@lsp.type.parameter"] = { link = "@parameter" },