morhetz / gruvbox

Retro groove color scheme for Vim
13.45k stars 1.1k forks source link

Change color of operators #388

Open abd96 opened 3 years ago

abd96 commented 3 years ago

Hi there,

I would like to change to coloring for python and i can't find the correct highlighting group for the group i want to change the color for.

I want to change the color of function calls and i think the highlighting group pythonFunctionCall doesn't exist, because I am adding hi! link pythonFunctionCall GruvboxRed to Python section in gruvbox.vim with no effects.

Can you please help me find a list of all changeable highlighting groups for python and change color for function calls?

I would also love to change the color of operators like (+, -, / . . .), is this the group pythonOperator ?

K4LCIFER commented 3 years ago

I'm trying to get the same thing. In addition to this I would like dots, ., to be highlighted, as they currently are not.

uunnxx commented 2 years ago

You can find all highlight groups in /usr/share/vim/runtime/syntax/python.vim or /usr/share/nvim/runtime/syntax/python.vim

image