Skip to content

Commit

Permalink
v0.3.1 修正类型scope选择器
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Nov 10, 2016
1 parent e77b7cc commit d270dcf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "theme-lei",
"displayName": "Lei Theme",
"description": "Lei Theme for Visual Studio Code",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "leizongmin",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-dark-blue.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>meta.type.annotation</string>
<string>support.type.declaration</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-dark.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>meta.type.annotation</string>
<string>support.type.declaration</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-light-yellow.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>meta.type.annotation</string>
<string>support.type.declaration</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down
2 changes: 1 addition & 1 deletion themes/lei-light.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
<key>name</key>
<string>Type Annotation</string>
<key>scope</key>
<string>meta.type.annotation</string>
<string>support.type.declaration</string>
<key>settings</key>
<dict>
<key>foreground</key>
Expand Down

0 comments on commit d270dcf

Please sign in to comment.