Skip to content

Commit

Permalink
feat(tree-sitter): update @type.builtin and @keyword.modifier col…
Browse files Browse the repository at this point in the history
…ors (#87)
  • Loading branch information
cpea2506 authored May 27, 2024
1 parent f8a963e commit 9a7d94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/one_monokai/themes/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ local defaults = {
["@number.float"] = { link = "Float" },

["@type"] = { link = "Type" },
["@type.builtin"] = { link = "Type" },
["@type.builtin"] = { fg = colors.pink },
["@type.definition"] = { link = "Typedef" },

["@attribute"] = { link = "Type" },
Expand All @@ -139,7 +139,7 @@ local defaults = {
["@keyword.operator"] = { link = "Operator" },
["@keyword.import"] = { link = "Include" },
["@keyword.type"] = { link = "Type" },
["@keyword.modifier"] = { link = "Type" },
["@keyword.modifier"] = { fg = colors.pink },
["@keyword.repeat"] = { link = "Repeat" },
["@keyword.return"] = { fg = colors.pink },
["@keyword.debug"] = { link = "Debug" },
Expand Down

0 comments on commit 9a7d94b

Please sign in to comment.