Skip to content

Commit

Permalink
Tweak identifier stripe mark colors
Browse files Browse the repository at this point in the history
Make the stripe mark colors stand out a bit more
for the identifier under the caret.

Fixes jkaving#89
  • Loading branch information
jkaving committed Dec 21, 2015
1 parent 0ea6e90 commit 7b018e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Solarized Dark.icls
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@
<option name="IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="11407e" />
<option name="ERROR_STRIPE_COLOR" value="ccccff" />
<option name="ERROR_STRIPE_COLOR" value="96ccff" />
</value>
</option>
<option name="IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES">
Expand Down Expand Up @@ -3516,7 +3516,7 @@
<option name="WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="432c38" />
<option name="ERROR_STRIPE_COLOR" value="ffcce5" />
<option name="ERROR_STRIPE_COLOR" value="ff82ce" />
</value>
</option>
<option name="WRITE_SEARCH_RESULT_ATTRIBUTES">
Expand Down
4 changes: 2 additions & 2 deletions Solarized Light.icls
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@
<option name="IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="ccccff" />
<option name="ERROR_STRIPE_COLOR" value="ccccff" />
<option name="ERROR_STRIPE_COLOR" value="96ccff" />
</value>
</option>
<option name="IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES">
Expand Down Expand Up @@ -3471,7 +3471,7 @@
<option name="WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="ffcce5" />
<option name="ERROR_STRIPE_COLOR" value="ffcce5" />
<option name="ERROR_STRIPE_COLOR" value="ff82ce" />
</value>
</option>
<option name="WRITE_SEARCH_RESULT_ATTRIBUTES">
Expand Down
Binary file modified settings.jar
Binary file not shown.

0 comments on commit 7b018e7

Please sign in to comment.