Replaced underlining with light purple background for properties with backing fields.

This commit is contained in:
Evgeny Gerashchenko
2012-03-30 20:33:30 +04:00
parent 5863111124
commit 25bbc912e9
@@ -188,7 +188,7 @@ public class JetHighlightingColors {
public static final TextAttributesKey PROPERTY_WITH_BACKING_FIELD = TextAttributesKey.createTextAttributesKey(
"KOTLIN_PROPERTY_WITH_BACKING_FIELD",
new TextAttributes(null, null, INSTANCE_PROPERTY.getDefaultAttributes().getForegroundColor(), EffectType.LINE_UNDERSCORE, 0)
new TextAttributes(null, new Color(0xf5d7ef), null, null, 0)
);
public static final TextAttributesKey BACKING_FIELD_ACCESS = TextAttributesKey.createTextAttributesKey(