File tree Expand file tree Collapse file tree 2 files changed +45
-45
lines changed
Expand file tree Collapse file tree 2 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " rouge-theme" ,
3- "displayName" : " Rouge Theme" ,
4- "description" : " Dark Material Theme optimized for Operator Mono" ,
5- "version" : " 1.4.1 " ,
6- "publisher" : " josef" ,
7- "bugs" : {
8- "url" : " https://github.com/josefaidt/rouge-theme/issues"
9- },
10- "engines" : {
11- "vscode" : " ^1.15.0"
12- },
13- "categories" : [
14- " Themes"
15- ],
16- "keywords" : [
17- " rouge" ,
18- " dark" ,
19- " theme" ,
20- " color-theme"
21- ],
22- "icon" : " icon.png" ,
23- "galleryBanner" : {
24- "color" : " #172030" ,
25- "theme" : " dark"
26- },
27- "contributes" : {
28- "themes" : [
29- {
30- "label" : " Rouge" ,
31- "uiTheme" : " vs-dark" ,
32- "path" : " ./themes/rouge-theme-syntax.json"
33- }
34- ]
35- },
36- "homepage" : " https://github.com/josefaidt/rouge-theme/readme.md" ,
37- "repository" : {
38- "type" : " git" ,
39- "url" : " https://github.com/josefaidt/rouge-theme.git"
40- },
41- "dependencies" : {},
42- "devDependencies" : {
43- "gulp" : " ^3.9.1" ,
44- "gulp-strip-comments" : " ^2.5.2"
45- }
46- }
2+ "name" : " rouge-theme" ,
3+ "displayName" : " Rouge Theme" ,
4+ "description" : " Dark Material Theme optimized for Operator Mono" ,
5+ "version" : " 1.4.2 " ,
6+ "publisher" : " josef" ,
7+ "bugs" : {
8+ "url" : " https://github.com/josefaidt/rouge-theme/issues"
9+ },
10+ "engines" : {
11+ "vscode" : " ^1.15.0"
12+ },
13+ "categories" : [
14+ " Themes"
15+ ],
16+ "keywords" : [
17+ " rouge" ,
18+ " dark" ,
19+ " theme" ,
20+ " color-theme"
21+ ],
22+ "icon" : " icon.png" ,
23+ "galleryBanner" : {
24+ "color" : " #172030" ,
25+ "theme" : " dark"
26+ },
27+ "contributes" : {
28+ "themes" : [
29+ {
30+ "label" : " Rouge" ,
31+ "uiTheme" : " vs-dark" ,
32+ "path" : " ./themes/rouge-theme-syntax.json"
33+ }
34+ ]
35+ },
36+ "homepage" : " https://github.com/josefaidt/rouge-theme/readme.md" ,
37+ "repository" : {
38+ "type" : " git" ,
39+ "url" : " https://github.com/josefaidt/rouge-theme.git"
40+ },
41+ "dependencies" : {},
42+ "devDependencies" : {
43+ "gulp" : " ^3.9.1" ,
44+ "gulp-strip-comments" : " ^2.5.2"
45+ }
46+ }
You can’t perform that action at this time.
0 commit comments