|
1 | 1 | { |
2 | | - "name": "codely-theme", |
3 | | - "displayName": "Codely Theme", |
4 | | - "description": "A modern, good-looking, productivity-increaser theme for Visual Studio Code", |
5 | | - "version": "0.0.1", |
6 | | - "scripts": { |
7 | | - "build": "vsce package" |
8 | | - }, |
9 | | - "publisher": "Codely", |
10 | | - "icon": "images/icon.png", |
11 | | - "engines": { |
12 | | - "vscode": "^1.51.0" |
13 | | - }, |
14 | | - "categories": [ |
15 | | - "Themes" |
16 | | - ], |
17 | | - "keywords": ["dark"], |
18 | | - "contributors": [ |
19 | | - { |
20 | | - "email": "royjuni3431@gmail.com", |
21 | | - "name": "Royer Guerero", |
22 | | - "url": "https://github.com/royerguerrero" |
23 | | - } |
24 | | - ], |
25 | | - "contributes": { |
26 | | - "themes": [ |
27 | | - { |
28 | | - "label": "Codely Dark", |
29 | | - "uiTheme": "vs-dark", |
30 | | - "path": "./themes/dark.codely-theme-color-theme.json" |
31 | | - } |
32 | | - ] |
33 | | - }, |
34 | | - "repository": { |
35 | | - "type": "git", |
36 | | - "url": "https://github.com/CodelyTV/vscode-theme.git" |
37 | | - }, |
38 | | - "devDependencies": { |
39 | | - "vsce": "^1.85.1" |
| 2 | + "name": "codely-theme", |
| 3 | + "displayName": "Codely Theme", |
| 4 | + "description": "A modern, good-looking, productivity-increaser theme for Visual Studio and compatible IDEs.", |
| 5 | + "version": "1.0.0", |
| 6 | + "scripts": { |
| 7 | + "build": "vsce package" |
| 8 | + }, |
| 9 | + "publisher": "Codely", |
| 10 | + "icon": "images/icon.png", |
| 11 | + "engines": { |
| 12 | + "vscode": "^1.60.0" |
| 13 | + }, |
| 14 | + "categories": [ |
| 15 | + "Themes" |
| 16 | + ], |
| 17 | + "keywords": [ |
| 18 | + "dark", |
| 19 | + "codely" |
| 20 | + ], |
| 21 | + "contributors": [ |
| 22 | + { |
| 23 | + "email": "royjuni3431@gmail.com", |
| 24 | + "name": "Royer Guerero", |
| 25 | + "url": "https://github.com/royerguerrero" |
40 | 26 | } |
| 27 | + ], |
| 28 | + "contributes": { |
| 29 | + "themes": [ |
| 30 | + { |
| 31 | + "label": "Codely Dark", |
| 32 | + "uiTheme": "vs-dark", |
| 33 | + "path": "./themes/dark.codely-theme-color-theme.json" |
| 34 | + } |
| 35 | + ] |
| 36 | + }, |
| 37 | + "repository": { |
| 38 | + "type": "git", |
| 39 | + "url": "https://github.com/CodelyTV/vscode-theme.git" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "vsce": "^1.108.2" |
| 43 | + } |
41 | 44 | } |
0 commit comments