mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 18:25:56 -07:00
add @number hlgroup (#301)
This commit is contained in:
parent
0f933db516
commit
adb64a6ae7
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ return {
|
||||||
["@string.escape"] = { fg = theme.base0C },
|
["@string.escape"] = { fg = theme.base0C },
|
||||||
["@character"] = { fg = theme.base08 },
|
["@character"] = { fg = theme.base08 },
|
||||||
-- ["@character.special"] = { fg = theme.base08 },
|
-- ["@character.special"] = { fg = theme.base08 },
|
||||||
|
["@number"] = { fg = theme.base09 },
|
||||||
["@number.float"] = { fg = theme.base09 },
|
["@number.float"] = { fg = theme.base09 },
|
||||||
|
|
||||||
["@annotation"] = { fg = theme.base0F },
|
["@annotation"] = { fg = theme.base0F },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue