mirror of
https://github.com/gabehf/base46.git
synced 2026-03-12 17:00:30 -07:00
Add red color to Operators
not and or operators in python are not colored. This change colors them in red.
This commit is contained in:
parent
a6c2adb76f
commit
5aee35792c
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ M.polish_hl = {
|
||||||
["@string"] = { fg = M.base_30.sun },
|
["@string"] = { fg = M.base_30.sun },
|
||||||
["@boolean"] = { fg = M.base_16.base09 },
|
["@boolean"] = { fg = M.base_16.base09 },
|
||||||
["@punctuation.bracket"] = { fg = M.base_30.sun },
|
["@punctuation.bracket"] = { fg = M.base_30.sun },
|
||||||
|
Operator = { fg = M.base_30.red },
|
||||||
["@operator"] = { fg = M.base_30.red },
|
["@operator"] = { fg = M.base_30.red },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue