Skip to content

Commit

Permalink
Merge pull request #3 from Joraz/master
Browse files Browse the repository at this point in the history
Adds additional colours for symbols within JSDoc comments
  • Loading branch information
Ed Heltzel authored Jun 7, 2017
2 parents 6bcf146 + 49111be commit 85ea7fd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions themes/OneDarkRainCoat.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,13 @@
"settings": {
"foreground": "#b267e6"
}
},
{
"name": "Javascript JSDoc Symbol",
"scope": "entity.name.type.instance.jsdoc",
"settings": {
"foreground": "#E5C07B"
}
}
]
}
13 changes: 12 additions & 1 deletion themes/OneDarkRainCoat.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<string>#ABB2BF</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>Language</string>
Expand Down Expand Up @@ -923,6 +923,17 @@
<string>#E6DB74</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Javascript JSDoc Symbol</string>
<key>scope</key>
<string>entity.name.type.instance.jsdoc</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E5C07B</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>0795619A-DBA1-12F3-1ED4-5E5589507C66</string>
Expand Down

0 comments on commit 85ea7fd

Please sign in to comment.