Removed green color for variable as function.

#KT-3296 in progress
This commit is contained in:
Evgeny Gerashchenko
2013-04-03 20:31:49 +04:00
parent af8c3792f6
commit a6293e10d9
2 changed files with 1 additions and 11 deletions
@@ -169,16 +169,6 @@
<option name="ERROR_STRIPE_COLOR" />
</value>
</option>
<option name="KOTLIN_VARIABLE_AS_FUNCTION">
<value>
<option name="FOREGROUND" />
<option name="BACKGROUND" value="223c23" />
<option name="FONT_TYPE" value="0" />
<option name="EFFECT_COLOR" />
<option name="EFFECT_TYPE" value="0" />
<option name="ERROR_STRIPE_COLOR" />
</value>
</option>
<option name="KOTLIN_WRAPPED_INTO_REF">
<value>
<option name="FOREGROUND" value="b389c5" />
@@ -238,7 +238,7 @@ public class JetHighlightingColors {
public static final TextAttributesKey VARIABLE_AS_FUNCTION_CALL = TextAttributesKey.createTextAttributesKey(
"KOTLIN_VARIABLE_AS_FUNCTION",
new TextAttributes(null, new Color(0xdbffdb), null, null, Font.PLAIN)
new TextAttributes()
);
public static final TextAttributesKey BAD_CHARACTER = TextAttributesKey.createTextAttributesKey(