feat(syntax): make numbers purple to better

differentiates with types
This commit is contained in:
2024-07-27 12:53:53 +02:00
parent 8bbdc8639c
commit a2f4bb71e7

View File

@@ -20,7 +20,7 @@ return function(theme, palette)
Keyword = { fg = palette.red, bg = palette.none }, Keyword = { fg = palette.red, bg = palette.none },
Label = { link = "Keyword" }, Label = { link = "Keyword" },
Macro = { fg = palette.orange, bg = palette.none }, Macro = { fg = palette.orange, bg = palette.none },
Number = { fg = palette.yellow, bg = palette.none }, Number = { fg = palette.purple, bg = palette.none },
Operator = { fg = palette.orange, bg = palette.none }, Operator = { fg = palette.orange, bg = palette.none },
PreCondit = { link = "PreProc" }, PreCondit = { link = "PreProc" },
PreProc = { fg = palette.bg_gradiant[4], bg = palette.none }, PreProc = { fg = palette.bg_gradiant[4], bg = palette.none },