dev: made conditionals red

dev-assets
Pocco81 3 years ago
parent e7502d862a
commit 3b72a10235

@ -83,7 +83,7 @@ function M.apply()
Identifier = {fg = t.cyan, style = opts.styles.variables}, -- (preferred) any variable name
Function = {fg = t.blue, style = opts.styles.fuctions}, -- function name (also: methods for classes)
Statement = {fg = t.magenta_br}, -- (preferred) any statement
Conditional = {fg = t.magenta_br}, -- if, then, else, endif, switch, ett.
Conditional = {fg = t.red}, -- if, then, else, endif, switch, ett.
Repeat = {fg = t.magenta_br}, -- for, do, while, ett.
Label = {fg = t.magenta_br}, -- case, default, ett.
Operator = {fg = t.fg_alt}, -- "sizeof", "+", "*", ett.

Loading…
Cancel
Save