diff --git a/extras/lua/tokyonight_day.lua b/extras/lua/tokyonight_day.lua index f306b66..ffd2bb6 100644 --- a/extras/lua/tokyonight_day.lua +++ b/extras/lua/tokyonight_day.lua @@ -90,6 +90,12 @@ local highlights = { ["@label"] = { fg = "#2e7de9" }, + ["@lsp.type.boolean"] = { + link = "@boolean" + }, + ["@lsp.type.builtinType"] = { + link = "@type.builtin" + }, ["@lsp.type.comment"] = { link = "@comment" }, @@ -114,6 +120,9 @@ local highlights = { ["@lsp.type.namespace"] = { link = "@namespace" }, + ["@lsp.type.number"] = { + link = "@number" + }, ["@lsp.type.operator"] = { link = "@operator" }, @@ -126,7 +135,20 @@ local highlights = { ["@lsp.type.selfKeyword"] = { link = "@variable.builtin" }, + ["@lsp.type.string.rust"] = { + link = "@string" + }, + ["@lsp.type.typeAlias"] = { + link = "@type.definition" + }, + ["@lsp.type.unresolvedReference"] = { + sp = "#c64343", + undercurl = true + }, ["@lsp.type.variable"] = {}, + ["@lsp.typemod.class.defaultLibrary"] = { + link = "@type.builtin" + }, ["@lsp.typemod.enum.defaultLibrary"] = { link = "@type.builtin" }, diff --git a/extras/lua/tokyonight_moon.lua b/extras/lua/tokyonight_moon.lua index c8b9468..8f1f18d 100644 --- a/extras/lua/tokyonight_moon.lua +++ b/extras/lua/tokyonight_moon.lua @@ -90,6 +90,12 @@ local highlights = { ["@label"] = { fg = "#82aaff" }, + ["@lsp.type.boolean"] = { + link = "@boolean" + }, + ["@lsp.type.builtinType"] = { + link = "@type.builtin" + }, ["@lsp.type.comment"] = { link = "@comment" }, @@ -114,6 +120,9 @@ local highlights = { ["@lsp.type.namespace"] = { link = "@namespace" }, + ["@lsp.type.number"] = { + link = "@number" + }, ["@lsp.type.operator"] = { link = "@operator" }, @@ -126,7 +135,20 @@ local highlights = { ["@lsp.type.selfKeyword"] = { link = "@variable.builtin" }, + ["@lsp.type.string.rust"] = { + link = "@string" + }, + ["@lsp.type.typeAlias"] = { + link = "@type.definition" + }, + ["@lsp.type.unresolvedReference"] = { + sp = "#c53b53", + undercurl = true + }, ["@lsp.type.variable"] = {}, + ["@lsp.typemod.class.defaultLibrary"] = { + link = "@type.builtin" + }, ["@lsp.typemod.enum.defaultLibrary"] = { link = "@type.builtin" }, diff --git a/extras/lua/tokyonight_night.lua b/extras/lua/tokyonight_night.lua index d18c814..bfc45ba 100644 --- a/extras/lua/tokyonight_night.lua +++ b/extras/lua/tokyonight_night.lua @@ -90,6 +90,12 @@ local highlights = { ["@label"] = { fg = "#7aa2f7" }, + ["@lsp.type.boolean"] = { + link = "@boolean" + }, + ["@lsp.type.builtinType"] = { + link = "@type.builtin" + }, ["@lsp.type.comment"] = { link = "@comment" }, @@ -114,6 +120,9 @@ local highlights = { ["@lsp.type.namespace"] = { link = "@namespace" }, + ["@lsp.type.number"] = { + link = "@number" + }, ["@lsp.type.operator"] = { link = "@operator" }, @@ -126,7 +135,20 @@ local highlights = { ["@lsp.type.selfKeyword"] = { link = "@variable.builtin" }, + ["@lsp.type.string.rust"] = { + link = "@string" + }, + ["@lsp.type.typeAlias"] = { + link = "@type.definition" + }, + ["@lsp.type.unresolvedReference"] = { + sp = "#db4b4b", + undercurl = true + }, ["@lsp.type.variable"] = {}, + ["@lsp.typemod.class.defaultLibrary"] = { + link = "@type.builtin" + }, ["@lsp.typemod.enum.defaultLibrary"] = { link = "@type.builtin" }, diff --git a/extras/lua/tokyonight_storm.lua b/extras/lua/tokyonight_storm.lua index ebda7e2..68ea24e 100644 --- a/extras/lua/tokyonight_storm.lua +++ b/extras/lua/tokyonight_storm.lua @@ -90,6 +90,12 @@ local highlights = { ["@label"] = { fg = "#7aa2f7" }, + ["@lsp.type.boolean"] = { + link = "@boolean" + }, + ["@lsp.type.builtinType"] = { + link = "@type.builtin" + }, ["@lsp.type.comment"] = { link = "@comment" }, @@ -114,6 +120,9 @@ local highlights = { ["@lsp.type.namespace"] = { link = "@namespace" }, + ["@lsp.type.number"] = { + link = "@number" + }, ["@lsp.type.operator"] = { link = "@operator" }, @@ -126,7 +135,20 @@ local highlights = { ["@lsp.type.selfKeyword"] = { link = "@variable.builtin" }, + ["@lsp.type.string.rust"] = { + link = "@string" + }, + ["@lsp.type.typeAlias"] = { + link = "@type.definition" + }, + ["@lsp.type.unresolvedReference"] = { + sp = "#db4b4b", + undercurl = true + }, ["@lsp.type.variable"] = {}, + ["@lsp.typemod.class.defaultLibrary"] = { + link = "@type.builtin" + }, ["@lsp.typemod.enum.defaultLibrary"] = { link = "@type.builtin" },