Skip to content

Commit def5103

Browse files
committed
Update current line background
1 parent 5844621 commit def5103

File tree

2 files changed

+727
-723
lines changed

2 files changed

+727
-723
lines changed

package.json

Lines changed: 55 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,56 @@
11
{
2-
"name": "vscode-monokai-seti",
3-
"displayName": "Monokai Seti",
4-
"description": "A derivative of Monokai Seti (for Atom) for Visual Studio Code",
5-
"version": "0.0.5",
6-
"publisher": "adityavm",
7-
"license": "MIT",
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/adityavm/vscode-monokai-seti"
11-
},
12-
"bugs": {
13-
"url": "https://github.com/adityavm/vscode-monokai-seti/issues",
14-
"email": "github@adityamukherjee.com"
15-
},
16-
"engines": {
17-
"vscode": "^1.13.0"
18-
},
19-
"categories": [
20-
"Themes"
21-
],
22-
"keywords": [
23-
"icon-theme",
24-
"theme",
25-
"ayu"
26-
],
27-
"homepage": "https://github.com/adityavm/vscode-monokai-seti",
28-
"contributes": {
29-
"themes": [
30-
{
31-
"label": "Monokai Seti",
32-
"uiTheme": "vs-dark",
33-
"path": "./theme.json"
34-
}
35-
],
36-
"iconThemes": [
37-
{
38-
"id": "Monokai Seti Icons",
39-
"label": "Icons",
40-
"path": "./icons.json"
41-
}
42-
]
43-
},
44-
"scripts": {
45-
"pub": "vsce publish",
46-
"package": "vsce package"
47-
},
48-
"devDependencies": {
49-
"vsce": "^1.37.6"
50-
}
51-
}
2+
"name": "vscode-monokai-seti",
3+
"displayName": "Monokai Seti",
4+
"description": "A derivative of Monokai Seti (for Atom) for Visual Studio Code",
5+
"version": "0.0.5",
6+
"publisher": "adityavm",
7+
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/adityavm/vscode-monokai-seti"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/adityavm/vscode-monokai-seti/issues",
14+
"email": "github@adityamukherjee.com"
15+
},
16+
"engines": {
17+
"vscode": "^1.13.0"
18+
},
19+
"categories": [
20+
"Themes"
21+
],
22+
"keywords": [
23+
"icon-theme",
24+
"theme",
25+
"ayu"
26+
],
27+
"homepage": "https://github.com/adityavm/vscode-monokai-seti",
28+
"contributes": {
29+
"themes": [
30+
{
31+
"label": "Monokai Seti",
32+
"uiTheme": "vs-dark",
33+
"path": "./theme.json"
34+
}
35+
],
36+
"iconThemes": [
37+
{
38+
"id": "Monokai Seti Icons",
39+
"label": "Icons",
40+
"path": "./icons.json"
41+
}
42+
]
43+
},
44+
"scripts": {
45+
"pub": "vsce publish",
46+
"package": "vsce package"
47+
},
48+
"devDependencies": {
49+
"vsce": "^1.37.6"
50+
},
51+
"__metadata": {
52+
"id": "c1b68480-b00a-4451-9eef-ce63d4e6b79b",
53+
"publisherDisplayName": "Aditya Mukherjee",
54+
"publisherId": "cbe4da1a-d290-4a85-a6c6-c7cd5fd4d54c"
55+
}
56+
}

0 commit comments

Comments
 (0)