Change color scheme for annotations
Use same color as for modifiers, but with plain font type
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ public class JetHighlightingColors {
|
||||
public static final TextAttributesKey TYPE_PARAMETER = createTextAttributesKey("KOTLIN_TYPE_PARAMETER", CodeInsightColors.TYPE_PARAMETER_NAME_ATTRIBUTES);
|
||||
public static final TextAttributesKey ABSTRACT_CLASS = createTextAttributesKey("KOTLIN_ABSTRACT_CLASS", CodeInsightColors.ABSTRACT_CLASS_NAME_ATTRIBUTES);
|
||||
public static final TextAttributesKey TRAIT = createTextAttributesKey("KOTLIN_TRAIT", CodeInsightColors.INTERFACE_NAME_ATTRIBUTES);
|
||||
public static final TextAttributesKey ANNOTATION = createTextAttributesKey("KOTLIN_ANNOTATION", CodeInsightColors.ANNOTATION_NAME_ATTRIBUTES);
|
||||
public static final TextAttributesKey ANNOTATION = createTextAttributesKey("KOTLIN_ANNOTATION");
|
||||
public static final TextAttributesKey OBJECT = createTextAttributesKey("KOTLIN_OBJECT", CLASS);
|
||||
|
||||
// variable kinds
|
||||
|
||||
@@ -56,4 +56,10 @@
|
||||
<option name="ERROR_STRIPE_COLOR" value="ff0000"/>
|
||||
</value>
|
||||
</option>
|
||||
<option name="KOTLIN_ANNOTATION">
|
||||
<value>
|
||||
<option name="FOREGROUND" value="cc7832"/>
|
||||
<option name="FONT_TYPE" value="0" />
|
||||
</value>
|
||||
</option>
|
||||
</list>
|
||||
|
||||
@@ -56,4 +56,10 @@
|
||||
<option name="ERROR_STRIPE_COLOR" value="ff0000"/>
|
||||
</value>
|
||||
</option>
|
||||
<option name="KOTLIN_ANNOTATION">
|
||||
<value>
|
||||
<option name="FOREGROUND" value="80"/>
|
||||
<option name="FONT_TYPE" value="0" />
|
||||
</value>
|
||||
</option>
|
||||
</list>
|
||||
|
||||
Reference in New Issue
Block a user