File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" },
You can’t perform that action at this time.
0 commit comments