Skip to content

Commit

Permalink
refactor: changed wscript text color
Browse files Browse the repository at this point in the history
  • Loading branch information
seberoth committed Nov 5, 2022
1 parent fa64c44 commit 18d3d2b
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<SyntaxDefinition name="JavaScript DarkMode" extensions=".wscript" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
<Color name="Digits" foreground="#FF00C0FF" exampleText="3.14" />
<Color name="Comment" foreground="#FF55FF00" exampleText="// comment" />
<Color name="String" foreground="#FFFFEF00" exampleText="var text = &quot;Hello, World!&quot;;" />
<Color name="Character" foreground="#FFFFFF00" exampleText="var char = 'a';" />
<Color name="String" foreground="#FFFFCF00" exampleText="var text = &quot;Hello, World!&quot;;" />
<Color name="Character" foreground="#FFFFCF00" exampleText="var char = 'a';" />
<Color name="Regex" foreground="#FF00A0FF" exampleText="/abc/m" />
<Color name="JavaScriptKeyWords" foreground="#FF00A0FF" exampleText="return myVariable;" />
<Color name="JavaScriptIntrinsics" foreground="#FF0080FF" exampleText="Math.random()" />
Expand Down Expand Up @@ -51,6 +51,9 @@
<Word>goto</Word>
<Word>implements</Word>
<Word>import</Word>
<Word>as</Word>
<Word>of</Word>
<Word>from</Word>
<Word>instanceof</Word>
<Word>int</Word>
<Word>interface</Word>
Expand Down

0 comments on commit 18d3d2b

Please sign in to comment.