What happened?
from typing import List var: List[int] = [1,2]
List must be green Just like in VS Code, I set it to green under Color Scheme > Python > Type Annotation, but it takes the color of the " local variables ".

Relevant log output or stack trace
Steps to reproduce
from typing import List var: List[int] = [1,2]
'List' in 2nd line, is green in vscode, it ignores Color Scheme > Python > Type Annotation setting. But it takes the local variable color.
Gradle IntelliJ Plugin version
1.12.0
Gradle version
idk
Operating System
Windows
Link to build, i.e. failing GitHub Action job
No response
What happened?
from typing import List var: List[int] = [1,2]List must be green Just like in VS Code, I set it to green under Color Scheme > Python > Type Annotation, but it takes the color of the " local variables ".
Relevant log output or stack trace
Steps to reproduce
from typing import List var: List[int] = [1,2]'List' in 2nd line, is green in vscode, it ignores Color Scheme > Python > Type Annotation setting. But it takes the local variable color.
Gradle IntelliJ Plugin version
1.12.0
Gradle version
idk
Operating System
Windows
Link to build, i.e. failing GitHub Action job
No response