diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index a4aaeef0..a71cd624 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -972,6 +972,9 @@ hi! link pythonOperator GruvboxRed hi! link pythonExceptions GruvboxPurple hi! link pythonBoolean GruvboxPurple hi! link pythonDot GruvboxFg3 +hi! link pythonConditional GruvboxRed +hi! link pythonRepeat GruvboxRed +hi! link pythonDottedName GruvboxGreenBold " }}} " CSS: {{{