Skip to content

Commit 3b99788

Browse files
committed
Fixed type on the color settings xml files
1 parent f9a37fc commit 3b99788

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/colors/MathematicaDarcula.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</value>
5252
</option>
5353

54-
<option name="MMA.OPERATOR">
54+
<option name="MMA.OPERATORS">
5555
<value>
5656
<option name="FOREGROUND" value="C9D7E6"/>
5757
</value>

resources/colors/MathematicaDefault.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</value>
5252
</option>
5353

54-
<option name="MMA.OPERATOR">
54+
<option name="MMA.OPERATORS">
5555
<value>
5656
<option name="FOREGROUND" value="000000"/>
5757
</value>

0 commit comments

Comments
 (0)