Is there a way to select a color for function arguments and then store that color in the function body? For instance:

I want Hello to remain ~ orange in the body of the function and have the variables not to be white so that I can distinguish between arguments and local variables.
I want to achieve this basically (webstorm):

source share