gruvbox icon indicating copy to clipboard operation
gruvbox copied to clipboard

Change color of operators

Open abd96 opened this issue 3 years ago • 2 comments

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 ?

abd96 avatar Mar 07 '21 14:03 abd96

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

K4LCIFER avatar Apr 28 '21 02:04 K4LCIFER

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

image

uunnxx avatar Aug 27 '21 10:08 uunnxx