Skip to content

Commit 9ebad98

Browse files
committed
Update Color
1 parent 71805c2 commit 9ebad98

File tree

1 file changed

+6
-6
lines changed
  • ICSharpCode.AvalonEdit/Highlighting/Resources

1 file changed

+6
-6
lines changed

ICSharpCode.AvalonEdit/Highlighting/Resources/Json.xshd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!-- syntaxdefinition for Json by alek kowalczyk -->
33
<!-- update by zuijin in 2019.12.20 -->
44
<SyntaxDefinition name="Json" extensions=".json" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
5-
<Color name="Bool" foreground="#f98280" exampleText="true | false" />
6-
<Color name="Number" foreground="#cc0029" exampleText="3.14" />
7-
<Color name="String" foreground="#3ab54a" exampleText="" />
8-
<Color name="Null" foreground="#b3b3b3" exampleText="" />
9-
<Color name="FieldName" foreground="#008fee" />
10-
<Color name="Punctuation" foreground="#222222" />
5+
<Color name="Bool" foreground="Blue" exampleText="true | false" />
6+
<Color name="Number" foreground="Red" exampleText="3.14" />
7+
<Color name="String" foreground="Green" exampleText="" />
8+
<Color name="Null" foreground="Olive" exampleText="" />
9+
<Color name="FieldName" foreground="DarkMagenta" />
10+
<Color name="Punctuation" foreground="Black" />
1111

1212
<RuleSet name="String">
1313
<Span begin="\\" end="."/>

0 commit comments

Comments
 (0)