Skip to content

Commit

Permalink
Add styles for deprecated symbols marked for removal
Browse files Browse the repository at this point in the history
The "General" editor scheme provides a option to style deprecated
symbols that are marked for removal.
The new `MARKED_FOR_REMOVAL_ATTRIBUTES` key has been added using a
`strikethrough` effect style colorized with `nord11` to draw more
attention to such elements.

GH-63
  • Loading branch information
arcticicestudio committed Jun 15, 2019
1 parent b349d0d commit 5354713
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/themes/nord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,12 @@
<option name="FOREGROUND" value="4c566a" />
</value>
</option>
<option name="MARKED_FOR_REMOVAL_ATTRIBUTES">
<value>
<option name="EFFECT_COLOR" value="bf616a" />
<option name="EFFECT_TYPE" value="3" />
</value>
</option>
<option name="MATCHED_BRACE_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="434c5e" />
Expand Down

0 comments on commit 5354713

Please sign in to comment.