Reewr / vim-monokai-phoenix

Monokai Phoenix Theme for Vim
40 stars 15 forks source link

Look into colouring of ternary operator #8

Closed Reewr closed 7 years ago

Reewr commented 7 years ago

The colouring of the ternary operator is off. If

exp1 ? exp2 : exp3

In the above example, exp2 is coloured in red, where it should've had the normal foreground colour.