ColorKey/getter for template variable color Follow
Answered
Can't find getter for "Template variable" color,
EditorColorsManager.getInstance().getGlobalScheme().getColor(???)
UIUtil.get.. TemplateVariableColor ??
Where is list of all ColorKeys?
Please sign in to leave a comment.
EditorColors.LIVE_TEMPLATE_ATTRIBUTES
TemplateColors.TEMPLATE_VARIABLE_ATTRIBUTES
Also CodeInsightColors, HighlighterColors, DefaultLanguageHighlighterColors.
I'm not sure if there are a way to get them all.
How to convert TextAttributesKey to color or how apply it to EditorTextField?
So answer is TemplateColors.TEMPLATE_VARIABLE_ATTRIBUTES
EditorColors.LIVE_TEMPLATE_ATTRIBUTES have another effect: