Skip to content

Commit

Permalink
feat(semantic-tokens): remove namespace type highlight (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 authored May 27, 2024
1 parent de4f4c6 commit f8a963e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/one_monokai/themes/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ local defaults = {
["@lsp.type.function"] = { link = "Function" },
["@lsp.type.macro"] = { link = "Function" },
["@lsp.type.method"] = { link = "Function" },
["@lsp.type.namespace"] = { link = "Include" },
["@lsp.type.number"] = { link = "Number" },
["@lsp.type.operator"] = { link = "Operator" },
["@lsp.type.parameter"] = { fg = colors.orange, italic = config.italics },
Expand Down

0 comments on commit f8a963e

Please sign in to comment.