Skip to content

Commit

Permalink
fix: set error stripe mark for selected identifiers to teal (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnsn authored Oct 10, 2024
1 parent 44fc8e7 commit 5ae0a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generateFlavours/editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@
<option name="IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="{{surface2}}"/>
<option name="ERROR_STRIPE_COLOR" value="{{surface1}}"/>
<option name="ERROR_STRIPE_COLOR" value="{{teal}}"/>
</value>
</option>
<option name="IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES">
Expand Down Expand Up @@ -2954,7 +2954,7 @@
<option name="WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="{{surface2}}"/>
<option name="ERROR_STRIPE_COLOR" value="{{surface1}}"/>
<option name="ERROR_STRIPE_COLOR" value="{{teal}}"/>
</value>
</option>
<option name="WRITE_SEARCH_RESULT_ATTRIBUTES">
Expand Down

0 comments on commit 5ae0a59

Please sign in to comment.