Add red color to Operators

not and or operators in python are not colored. This change colors them
in red.
v2.5
Sergii Golovatiuk 3 years ago committed by Sidhanth Rathod
parent a6c2adb76f
commit 5aee35792c

@ -61,6 +61,7 @@ M.polish_hl = {
["@string"] = { fg = M.base_30.sun },
["@boolean"] = { fg = M.base_16.base09 },
["@punctuation.bracket"] = { fg = M.base_30.sun },
Operator = { fg = M.base_30.red },
["@operator"] = { fg = M.base_30.red },
}

Loading…
Cancel
Save