Skip to content

Commit 8a66506

Browse files
Merge pull request #34 from webdevnerdstuff/dev
Dev
2 parents 8831f12 + 87d44d1 commit 8a66506

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ npm-debug.log*
2020
personal-access-token.txt
2121
themes/neon-bunny-theme.bk.json
2222
code-samples/colors.scss
23+
.vscode/settings.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "neon-bunny",
33
"displayName": "Neon Bunny Theme",
44
"description": "Neon Bunny is a dark (and light) theme for Visual Studio Code even a bunny could love.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "webdevnerdstuff",
77
"author": {
88
"name": "WebDevNerdStuff",

themes/neon-bunny-theme.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,17 +1457,19 @@
14571457
{
14581458
"name": "VUE - Meta Object Literal Key - Meta Brace Square",
14591459
"scope": [
1460-
"source.vue meta.object-literal.key meta.brace.square"
1460+
"source.vue meta.object-literal.key meta.brace.square",
1461+
"source.ts meta.object-literal.key meta.brace.square"
14611462
],
14621463
"settings": {
14631464
"fontStyle": "",
1464-
"foreground": "#fff"
1465+
"foreground": "#ffffff"
14651466
}
14661467
},
14671468
{
14681469
"name": "VUE - Meta Object Literal Key - Meta Template Expression - Punctuation Definition",
14691470
"scope": [
1470-
"source.vue meta.object-literal.key meta.template.expression punctuation.definition"
1471+
"source.vue meta.object-literal.key meta.template.expression punctuation.definition",
1472+
"source.ts meta.object-literal.key meta.template.expression punctuation.definition"
14711473
],
14721474
"settings": {
14731475
"foreground": "#ff25d9"

0 commit comments

Comments
 (0)