Skip to content

Commit

Permalink
Support new editor scheme key for runtime errors (#131)
Browse files Browse the repository at this point in the history
In JetBrains/intellij-community@6fb72d0,
the new `RUNTIME_ERROR` editor scheme key was added to the IDE platform
code to highlight runtime errors.

The new key has been added using `nord11` as foreground color.

Related to GH-120
Closes GH-127
  • Loading branch information
arcticicestudio authored Feb 15, 2020
1 parent 44ee42e commit 7e21b74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/themes/nord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3930,6 +3930,13 @@
<option name="FOREGROUND" value="88c0d0" />
</value>
</option>
<option name="RUNTIME_ERROR">
<value>
<option name="FOREGROUND" value="ebcb8b" />
<option name="EFFECT_COLOR" value="bf616a" />
<option name="EFFECT_TYPE" value="5" />
</value>
</option>
<option name="SASS_ATTRIBUTE_NAME">
<value>
<option name="FOREGROUND" value="81a1c1" />
Expand Down

0 comments on commit 7e21b74

Please sign in to comment.