Skip to content

Commit

Permalink
Remove italic font style for RegEx braces and brackets (#111)
Browse files Browse the repository at this point in the history
During the transition from the old to the new theme API the font style
for RegEx braces and brackets were changed to "italic".
It looks way cleaner and less distracting without italic font style especially because it is mixed with normal styles.

Resolves GH-107
  • Loading branch information
arcticicestudio committed Dec 16, 2019
1 parent dde8ff0 commit 2e3d411
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/themes/nord.xml
Expand Up @@ -1541,13 +1541,11 @@
<option name="REGEXP.BRACES">
<value>
<option name="FOREGROUND" value="ebcb8b" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="REGEXP.BRACKETS">
<value>
<option name="FOREGROUND" value="e8bf6a" />
<option name="FONT_TYPE" value="2" />
<option name="FOREGROUND" value="ebcb8b" />
</value>
</option>
<option name="REGEXP.CHAR_CLASS">
Expand Down

0 comments on commit 2e3d411

Please sign in to comment.