chore: do not italicize 'statements'

This commit is contained in:
Muhammad Nauman Raza 2024-02-07 18:12:23 +00:00
parent 8458fdec7a
commit a4214942e6
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -102,7 +102,7 @@ local theme = lush(function(injected_functions)
Identifier { fg = hsl("#78b9c4") }, -- (*) Any variable name Identifier { fg = hsl("#78b9c4") }, -- (*) Any variable name
-- Function { }, -- Function name (also: methods for classes) -- Function { }, -- Function name (also: methods for classes)
Statement { gui = "italic", fg = hsl("#a292e8") }, -- (*) Any statement Statement { fg = hsl("#a292e8") }, -- (*) Any statement
-- Conditional { }, -- if, then, else, endif, switch, etc. -- Conditional { }, -- if, then, else, endif, switch, etc.
-- Repeat { }, -- for, do, while, etc. -- Repeat { }, -- for, do, while, etc.
-- Label { }, -- case, default, etc. -- Label { }, -- case, default, etc.