Skip to content

Commit

Permalink
Hotfix for newest VS Code update
Browse files Browse the repository at this point in the history
  • Loading branch information
Armitxes committed Feb 2, 2017
1 parent cb1a2a0 commit 4145c3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SQF Language",
"description": "Full SQF Language support for VS Code.",
"icon": "img/logo.svg",
"version": "0.5.8",
"version": "0.5.9",
"publisher": "Armitxes",
"galleryBanner": {
"color": "#647e99",
Expand Down
7 changes: 7 additions & 0 deletions themes/sqf.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<key>colorSpaceName</key><string>sRGB</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key><string>#1E1E1E</string>
<key>foreground</key><string>#ececec</string>
</dict>
</dict>
<dict>
<key>name</key><string>Other Variables</string>
<key>scope</key><string>variable.other</string>
Expand Down

0 comments on commit 4145c3b

Please sign in to comment.