fix(nordbones): Identifer typo

This commit is contained in:
Shantanu Raj
2024-02-04 01:55:08 +01:00
parent 52b893945e
commit da9c6c3404
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ return lush.extends({ specs }).with(function()
-- selene: allow(undefined_variable)
return {
Number { fg = p.base.nord7, gui = "italic" },
Identifer { fg = p.dark.fg },
Identifier { fg = p.dark.fg },
Function { fg = p.base.nord8 },
Statement { fg = p.base.nord9 },
Type { fg = p.base.nord10 },