I want to change the color of the types of parameters of a function in Kotlin in Android studio.
For example: fun sum(a: Int, b: Int) = a + b -- I would
fun sum(a: Int, b: Int) = a + b