Skip to content

Commit f8a963e

Browse files
authored
feat(semantic-tokens): remove namespace type highlight (#86)
1 parent de4f4c6 commit f8a963e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ local defaults = {
196196
["@lsp.type.function"] = { link = "Function" },
197197
["@lsp.type.macro"] = { link = "Function" },
198198
["@lsp.type.method"] = { link = "Function" },
199-
["@lsp.type.namespace"] = { link = "Include" },
200199
["@lsp.type.number"] = { link = "Number" },
201200
["@lsp.type.operator"] = { link = "Operator" },
202201
["@lsp.type.parameter"] = { fg = colors.orange, italic = config.italics },

0 commit comments

Comments
 (0)