Skip to content

Commit 9a7d94b

Browse files
authored
feat(tree-sitter): update @type.builtin and @keyword.modifier colors (#87)
1 parent f8a963e commit 9a7d94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/one_monokai/themes/groups.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ local defaults = {
115115
["@number.float"] = { link = "Float" },
116116

117117
["@type"] = { link = "Type" },
118-
["@type.builtin"] = { link = "Type" },
118+
["@type.builtin"] = { fg = colors.pink },
119119
["@type.definition"] = { link = "Typedef" },
120120

121121
["@attribute"] = { link = "Type" },
@@ -139,7 +139,7 @@ local defaults = {
139139
["@keyword.operator"] = { link = "Operator" },
140140
["@keyword.import"] = { link = "Include" },
141141
["@keyword.type"] = { link = "Type" },
142-
["@keyword.modifier"] = { link = "Type" },
142+
["@keyword.modifier"] = { fg = colors.pink },
143143
["@keyword.repeat"] = { link = "Repeat" },
144144
["@keyword.return"] = { fg = colors.pink },
145145
["@keyword.debug"] = { link = "Debug" },

0 commit comments

Comments
 (0)